Skip to content

Commit de834b3

Browse files
chore(ci): bump actions/checkout from 4.3.1 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23ad080 commit de834b3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: needs.changes.outputs.code != 'true'
101101
run: echo "docs-only PR — skipping build & test (matrix=${{ matrix.go-version }})"
102102

103-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
103+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
104104
if: needs.changes.outputs.code == 'true'
105105

106106
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
@@ -169,7 +169,7 @@ jobs:
169169
run:
170170
working-directory: npm
171171
steps:
172-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
172+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
173173
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
174174
with:
175175
node-version: "22"

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# named branch — letting an attacker who creates a branch matching
108108
# the tag substitute branch contents into the published tarball
109109
# while the gate still validates the legitimate release.
110-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
110+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
111111
with:
112112
ref: refs/tags/${{ steps.version.outputs.TAG }}
113113
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# the build source while the release evidence still refers to the
7272
# legitimate tag. Forcing the tags namespace disambiguates.
7373
- name: Checkout
74-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
74+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7575
with:
7676
ref: refs/tags/${{ inputs.tag }}
7777
fetch-depth: 0

0 commit comments

Comments
 (0)