Skip to content

Commit 418a590

Browse files
chore(deps): update actions/checkout digest to c2d88d3 (#2710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53c0a90 commit 418a590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: node:22
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
18+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
1919
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2020
- name: pnpm setup
2121
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: node:22
1515
steps:
1616
- name: Checkout Repo
17-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
17+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
1818
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
1919
- name: pnpm setup
2020
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

0 commit comments

Comments
 (0)