Skip to content

Commit f9248b7

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 (#235)
* chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: align token-liveness.yml checkout pin with v7.0.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mitsuki Fukunaga <mtskf@users.noreply.github.com> Co-authored-by: Mitsuki Fukunaga <mitsukifukunaga@gmail.com>
1 parent 420034e commit f9248b7

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
@@ -27,7 +27,7 @@ jobs:
2727
# `gh api repos/<owner>/<repo>/commits/<tag> --jq '.sha'` — this handles both
2828
# lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags,
2929
# and `git/refs/tags/<tag>` would return its tag-object SHA, not the commit).
30-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
30+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131

3232
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
3333
with:
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
steps:
167167
# SHA-pinned per the repo-wide policy documented in the `build` job above.
168-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
168+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
169169

170170
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
171171
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# `gh api repos/<owner>/<repo>/commits/<tag> --jq '.sha'` — this handles both
4040
# lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags,
4141
# and `git/refs/tags/<tag>` would return its tag-object SHA, not the commit).
42-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
42+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343

4444
# Reachability gate — the FIRST thing after checkout so nothing else runs
4545
# for an off-main tag. Branch protection does NOT cover tag refs, so a `v*`

.github/workflows/token-liveness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# `gh api repos/<owner>/<repo>/commits/<tag> --jq '.sha'` — this handles both
107107
# lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags,
108108
# and `git/refs/tags/<tag>` would return its tag-object SHA, not the commit).
109-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
109+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
110110

111111
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
112112
with:

0 commit comments

Comments
 (0)