From 483bff1bb72b0dda5da474bd18df72062e432bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:32:08 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/publish.yml | 2 +- .github/workflows/readme.md.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 83109ac..718ec6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-node@v6 diff --git a/.github/workflows/readme.md.yml b/.github/workflows/readme.md.yml index 7e06e13..37fc926 100644 --- a/.github/workflows/readme.md.yml +++ b/.github/workflows/readme.md.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Content - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout README.md - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: 'underoot/underoot' ssh-key: ${{ secrets.UNDEROOT_SSH_KEY }}