Skip to content

Commit 6703500

Browse files
chore(deps): update actions/checkout action to v6.0.2
1 parent b11f79a commit 6703500

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)