Skip to content

Commit cf59c4b

Browse files
committed
chore(deps): Avoid using digests
Signed-off-by: txtsd <[email protected]>
1 parent 2b9b27d commit cf59c4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-reuse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+
- uses: actions/checkout@v4
1414
- name: REUSE Compliance Check
1515
uses: fsfe/reuse-action@v2

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
package:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
- uses: actions/checkout@v4
1919

2020
- name: Prepare
2121
run: |

0 commit comments

Comments
 (0)