Skip to content

Commit c2738ff

Browse files
Update actions/checkout digest to 692973e
1 parent 89f8aa6 commit c2738ff

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
34+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3535
- name: Set up OpenJDK
3636
uses: actions/setup-java@v3
3737
with:

0 commit comments

Comments
 (0)