From 64e360e6a951ffc0f09246e1017ec2fe309fe641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:04:22 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5.0.1 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [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/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/update-license.yml | 2 +- .github/workflows/update-node.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92616acf..2b33ab4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Set up node @@ -33,7 +33,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Set up node uses: actions/setup-node@v6.0.0 with: @@ -55,7 +55,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Set up node uses: actions/setup-node@v6.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45e502b5..5324268e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 with: persist-credentials: false - name: Set up node diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7f15e6bf..e606b1ab 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Sync labels uses: micnncim/action-label-syncer@v1.3.0 with: diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index f7247bc0..0ba9d8c9 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -18,7 +18,7 @@ jobs: REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$ steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Determine info shell: bash id: info diff --git a/.github/workflows/update-node.yml b/.github/workflows/update-node.yml index 63a36e34..f95569a9 100644 --- a/.github/workflows/update-node.yml +++ b/.github/workflows/update-node.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.1 - name: Determine info shell: bash id: info