From 3cc8350a17166809f48d73060eefffb1d7d8ab3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:32:57 +0000 Subject: [PATCH] chore(dependabot): 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/biome.yml | 2 +- .github/workflows/obsidian-plugin-release.yml | 2 +- .github/workflows/rumdl-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index d10c527..fa95435 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -14,6 +14,6 @@ jobs: name: Biome PR check runs-on: macos-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: biomejs/setup-biome@v2 - run: biome ci diff --git a/.github/workflows/obsidian-plugin-release.yml b/.github/workflows/obsidian-plugin-release.yml index 7b18781..b9ef387 100644 --- a/.github/workflows/obsidian-plugin-release.yml +++ b/.github/workflows/obsidian-plugin-release.yml @@ -15,7 +15,7 @@ jobs: permissions: { contents: write } steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup node uses: actions/setup-node@v6 diff --git a/.github/workflows/rumdl-lint.yml b/.github/workflows/rumdl-lint.yml index 730ac85..f54a783 100644 --- a/.github/workflows/rumdl-lint.yml +++ b/.github/workflows/rumdl-lint.yml @@ -16,7 +16,7 @@ jobs: name: rumdl runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rvben/rumdl@v0 with: report-type: annotations