Skip to content

Commit f8f9dde

Browse files
Update actions/checkout action to v6
1 parent 585e773 commit f8f9dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
10+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-java@v5
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
32+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3333
with:
3434
fetch-depth: 0
3535
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)