From 1ef1d139e977ec198cf179665956e270f88be8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:44:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20=F0=9F=9B=A0=EF=B8=8F=20Bump=20a?= =?UTF-8?q?ctions/checkout=20from=207.0.0=20to=207.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/npm-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6da91c0..79dcc7c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: node: ["22", "24"] name: Test with node ${{ matrix.node }} steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node }} @@ -31,7 +31,7 @@ jobs: id-token: write # Required for OIDC contents: read steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@v6.4.0 with: node-version: 24 diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index ff90855..65a594e 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -19,7 +19,7 @@ jobs: node: ["22", "24"] name: Test with node ${{ matrix.node }} steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node }}