Skip to content

Commit d0a6fa6

Browse files
chore(deps): update actions/checkout digest to 8e8c483
1 parent 9aa3858 commit d0a6fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reuse_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check for compliance
1515
steps:
1616
- name: Checkout last commit
17-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1818
with:
1919
persist-credentials: false
2020
- name: Lint missing copyright and licensing information

.github/workflows/zig_build.yaml

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

2727
steps:
2828
- name: Checkout last commit
29-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3030
with:
3131
persist-credentials: false
3232
- name: Setup Zig nightly

0 commit comments

Comments
 (0)