diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f384ea9..11f66e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: dockerfile: [Dockerfile, Dockerfile.arch] steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.1 # Run the tests - name: Run tests (${{ matrix.dockerfile }})