Skip to content

Commit 626ebef

Browse files
author
Julien Ruaux
committed
ci: Upgraded cache action and set-output
1 parent d849199 commit 626ebef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/early-access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: zulu
2222
java-version: 17
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Version
4545
id: vars
46-
run: echo ::set-output name=version::$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
46+
run: echo version=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout) >> $GITHUB_OUTPUT
4747

4848
- name: Assemble
4949
uses: jreleaser/release-action@v1

0 commit comments

Comments
 (0)