Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 5e4e415

Browse files
authored
Merge pull request #24 from janus-idp/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 96f5310
2 parents 84b306d + a0bcb9b commit 5e4e415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: checkout repo
32-
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3
32+
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # pin@v3
3333

3434
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 #[email protected]
3535
with:

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: checkout repo
21-
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 # pin@v3
21+
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # pin@v3
2222

2323
- uses: actions/setup-node@869f4dd0c7f320ae834c2724d92a364de3893c24 #[email protected]
2424
with:

0 commit comments

Comments
 (0)