From f5250f34affb76f3525b0dc02856129997178464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:52:29 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c03da89..2eefa97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set up Node.js ${{ matrix.node }} uses: actions/setup-node@v6.3.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12d0ac6..92408b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Check out repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Set up Node.js uses: actions/setup-node@v6.3.0