Skip to content

Commit c000fc6

Browse files
chore(deps): update actions/checkout digest to de0fac2 (#1163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14ee6fc commit c000fc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/re-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Setup Node.js and pnpm
2626
uses: ./.github/actions/setup-node-pnpm

.github/workflows/re-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout source files
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Setup Node.js and pnpm
1919
uses: ./.github/actions/setup-node-pnpm

.github/workflows/re-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Setup Node.js and pnpm
1919
uses: ./.github/actions/setup-node-pnpm

0 commit comments

Comments
 (0)