Skip to content

Commit

Permalink
Eliminate warnings in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vicziani committed Jun 9, 2023
1 parent db7ec79 commit 124a52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Get version
run: |
VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
id: get_version
- name: Build and push
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 124a52d

Please sign in to comment.