Skip to content

Commit 66ee283

Browse files
Update actions/checkout action to v6.0.2
1 parent de5b137 commit 66ee283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
egress-policy: audit
3434

3535
- name: Checkout Repo
36-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737

3838
# Protect from putting custom jar as a gradle wrapper
3939
# https://github.com/gradle/actions/tree/main/wrapper-validation

.github/workflows/publish.yaml

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

2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

2626
# Protect from putting custom jar as a gradle wrapper
2727
# https://github.com/gradle/actions/tree/main/wrapper-validation

0 commit comments

Comments
 (0)