From f4d8ca11af62b3a63f4c277c2b8edee1e8ae8ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:15:53 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c28553..e17b896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Bump version and push tag id: github_tag_action diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2c186e..09db9a1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Run Tests working-directory: ./test