diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d751fd4..630264a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: Validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - if: ${{ github.event_name == 'push' }} uses: docker/login-action@v3 with: