diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8613b2c..37a7a9d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} - name: "Check out this repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: this-action/ @@ -81,7 +81,7 @@ jobs: steps: - name: "Check out this repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Shellcheck" shell: bash diff --git a/README.md b/README.md index ff38921..04d9421 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: gap-actions/setup-gap@v3 - uses: gap-actions/install-pkg@v1 with: