Skip to content

Commit b53aa74

Browse files
authored
Merge pull request #255 from tailrocks/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents a50c377 + 878ba42 commit b53aa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: temurin
@@ -31,7 +31,7 @@ jobs:
3131
environment: Sonatype
3232
needs: build
3333
steps:
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535
- name: Set up OpenJDK
3636
uses: actions/setup-java@v4
3737
with:

0 commit comments

Comments
 (0)