diff --git a/.github/workflows/run-checks-tests.yaml b/.github/workflows/run-checks-tests.yaml index 8c9016f570..77b2630556 100644 --- a/.github/workflows/run-checks-tests.yaml +++ b/.github/workflows/run-checks-tests.yaml @@ -6,7 +6,7 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: GIT checkout branch - ${{ github.ref }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.ref }} - name: Configure application