Skip to content

Commit daddcbd

Browse files
authored
Merge pull request #480 from DrAugus/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 93cb6ef
2 parents 09e766e + 8c374ce commit daddcbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

2222
runs-on: ${{ matrix.platform }}
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2525
- name: install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:

.github/workflows/pake-homepage.yml

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

1919
runs-on: ${{ matrix.platform }}
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
- name: install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:

.github/workflows/tauri-action.yml

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

2121
runs-on: ${{ matrix.platform }}
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424
- name: install pnpm
2525
uses: pnpm/action-setup@v4
2626
with:

0 commit comments

Comments
 (0)