Skip to content

Commit 0ef9d90

Browse files
authored
💚 Upgrade GitHub Actions to version 5
1 parent eaf28fe commit 0ef9d90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

@@ -64,7 +64,7 @@ jobs:
6464
echo "version=$VERSION" >> $GITHUB_OUTPUT
6565
6666
- name: Set up Java
67-
uses: actions/setup-java@v4
67+
uses: actions/setup-java@v5
6868
with:
6969
java-version: '8'
7070
distribution: 'temurin'

0 commit comments

Comments
 (0)