Skip to content

Commit b3bf672

Browse files
Update all dependencies to v5
1 parent 0ac781c commit b3bf672

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Set up JDK
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
check-latest: true
2222
distribution: temurin
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Check out repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
- name: Set up cache
4646
uses: actions/cache@v4
4747
env:
@@ -58,7 +58,7 @@ jobs:
5858
# Publish snapshot
5959
- name: Set up JDK 11 for publishing a snapshot
6060
if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
61-
uses: actions/setup-java@v4
61+
uses: actions/setup-java@v5
6262
with:
6363
check-latest: true
6464
distribution: temurin
@@ -75,7 +75,7 @@ jobs:
7575
# Publish release
7676
- name: Set up JDK 11 for publishing a release
7777
if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
78-
uses: actions/setup-java@v4
78+
uses: actions/setup-java@v5
7979
with:
8080
check-latest: true
8181
distribution: temurin

0 commit comments

Comments
 (0)