From f70870ac7f8f4bb0c13b6575f8bcbc16ec21f179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:22:49 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d2b73d1..f083592 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest #- macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Cache choosenim id: cache-choosenim uses: actions/cache@v4 @@ -42,7 +42,7 @@ jobs: version: - stable steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: jiro4989/setup-nim-action@master with: nim-version: ${{ matrix.version }}