diff --git a/.github/workflows/on_push_development.yml b/.github/workflows/on_push_development.yml index 544fdd70..794526b0 100644 --- a/.github/workflows/on_push_development.yml +++ b/.github/workflows/on_push_development.yml @@ -17,7 +17,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: set up JDK 17 uses: actions/setup-java@v3.13.0