From d99f43f67510b7b3a5d4d8fde736580e9e5c45ee Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:46:49 +0200 Subject: [PATCH 1/2] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 610eaf287a96bdf5fe5191258adf1de54f597761 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:49:08 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: