Skip to content

Commit 60f0bd5

Browse files
authored
Merge pull request #53 from build-extensions-oss/renovate/actions-checkout-4.x
Update actions/checkout action to v4.3.1
2 parents 0b342cf + e9a7f0e commit 60f0bd5

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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)