From 0d8d801db6dfd57a0074ffb5545fe3ee9e0fd962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:42:16 +0000 Subject: [PATCH] ci: bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/sdk-parity.yml | 2 +- .github/workflows/weekly-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk-parity.yml b/.github/workflows/sdk-parity.yml index 516730b..3e5893e 100644 --- a/.github/workflows/sdk-parity.yml +++ b/.github/workflows/sdk-parity.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout .github - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Stage workspace run: | diff --git a/.github/workflows/weekly-changelog.yml b/.github/workflows/weekly-changelog.yml index 75fcf50..60abcf6 100644 --- a/.github/workflows/weekly-changelog.yml +++ b/.github/workflows/weekly-changelog.yml @@ -13,7 +13,7 @@ jobs: aggregate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Stage workspace + clone repos env: