Skip to content

Commit 5105f72

Browse files
committed
fix: correct stale actions/checkout version comment (v6.0.2 -> v7.0.0)
1 parent 31d863b commit 5105f72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.repository == 'triggerdotdev/trigger.dev'
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path
29+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
is_prerelease: ${{ steps.get_version.outputs.is_prerelease }}
6868
steps:
6969
- name: Checkout repo
70-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path
70+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path
7171
with:
7272
fetch-depth: 0
7373
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || github.sha }}

0 commit comments

Comments
 (0)