Skip to content

Commit 198af56

Browse files
chore(deps): update actions/checkout digest to 1af3b93
1 parent 3c711d6 commit 198af56

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1919
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2020
- name: pnpm setup
2121
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1818
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
1919
- name: pnpm setup
2020
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0

0 commit comments

Comments
 (0)