diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd15760..eb1d1f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run linter run: | @@ -24,6 +24,6 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./run_tests.sh