Skip to content

Commit 6a33261

Browse files
authored
Merge pull request #183 from tailrocks/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents a0595cc + 14dbea3 commit 6a33261

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@v3
12+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313
- uses: actions/setup-java@v3
1414
with:
1515
distribution: temurin
@@ -31,7 +31,7 @@ jobs:
3131
environment: Sonatype
3232
needs: build
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3535
- name: Set up OpenJDK
3636
uses: actions/setup-java@v3
3737
with:

0 commit comments

Comments
 (0)