Skip to content

Commit 7b6360b

Browse files
Update actions/checkout digest to 11d5960
1 parent f9619bc commit 7b6360b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout the repository
55-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
55+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
5656

5757
- name: Uses Node.js 19.x
5858
uses: actions/setup-node@v3

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
33+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3434

3535
- name: Setup Node.js 19
3636
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)