Skip to content

Commit d3f21da

Browse files
chore(ci): bump actions/checkout from 4.3.1 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...9c091bb) --- 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 d275656 commit d3f21da

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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
@@ -96,7 +96,7 @@ jobs:
9696
} >> "$GITHUB_OUTPUT"
9797
echo "[npm-publish] version=$VERSION dist-tag=$DIST_TAG dry_run='$DRY'"
9898
99-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
99+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100100
with:
101101
ref: refs/tags/${{ steps.version.outputs.TAG }}
102102

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fi
7373
7474
- name: Checkout
75-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
75+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7676
with:
7777
ref: refs/tags/${{ inputs.tag }}
7878
fetch-depth: 0

0 commit comments

Comments
 (0)