Skip to content

Commit 3d35112

Browse files
chore(deps): update all dependencies to v5
1 parent 9a1caf0 commit 3d35112

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Check out repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Set up cache
4848
uses: actions/cache@v4
4949
env:
@@ -60,7 +60,7 @@ jobs:
6060
# Publish snapshot
6161
- name: Set up JDK 17 for publishing a snapshot
6262
if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
63-
uses: actions/setup-java@v4
63+
uses: actions/setup-java@v5
6464
with:
6565
check-latest: true
6666
distribution: temurin
@@ -77,7 +77,7 @@ jobs:
7777
# Publish release
7878
- name: Set up JDK 17 for publishing a release
7979
if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
80-
uses: actions/setup-java@v4
80+
uses: actions/setup-java@v5
8181
with:
8282
check-latest: true
8383
distribution: temurin

0 commit comments

Comments
 (0)