From 2ad283dd62b5a678fef63ba797ecacedb71f5f97 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:44:52 +0200 Subject: [PATCH 1/2] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ad0d46..6250e14 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: # the order of the checkout actions is important because all contents of # the target folder of the checkout action is removed - name: "Clone the package" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ matrix.package }} @@ -38,7 +38,7 @@ jobs: sed -i -E "s|(Date[[:space:]]*:?=[[:space:]]*['\"]).*(['\"])|\1${DATE}\2|" "PackageInfo.g" - name: "Check out this repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: .this-action/ @@ -113,7 +113,7 @@ jobs: steps: - name: "Check out this repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Shellcheck" shell: bash From 24ea4b7e075aadf6b4f44bbb5098589e37883db9 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:48:20 +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 f7f7bb0..13258c4 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: gap-actions/setup-gap@v3 - uses: gap-actions/build-pkg-docs@v2 with: