Skip to content

Commit 85bbbb3

Browse files
Merge pull request #358 from pac4j/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 1461ed0 + 7cf2732 commit 85bbbb3

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
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2323
- name: Set up JDK
2424
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2525
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: [build]
4141
steps:
42-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
42+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4343
- name: Set up JDK
4444
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
4545
with:

0 commit comments

Comments
 (0)