Skip to content

Commit bb48cc0

Browse files
Merge pull request #66 from Project-Env/dependabot/github_actions/Project-Env/project-env-github-action-1.3.1
Bump Project-Env/project-env-github-action from 1.3.0 to 1.3.1
2 parents be28303 + 2e8f3fb commit bb48cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: ~/.m2
2020
key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}
2121
restore-keys: ${{ runner.os }}-m2
22-
- uses: Project-Env/project-env-github-action@v1.3.0
22+
- uses: Project-Env/project-env-github-action@v1.3.1
2323
- run: mvn -B -Psonar verify
2424
if: ${{ github.actor != 'dependabot[bot]' }}
2525
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
- id: revision
2121
run: echo "revision=$(echo '${{ steps.release.outputs.tag_name }}' | cut -c2-)" >> $GITHUB_OUTPUT
22-
- uses: Project-Env/project-env-github-action@v1.3.0
22+
- uses: Project-Env/project-env-github-action@v1.3.1
2323
- run: |
2424
mvn -B -s etc/m2/settings-ci.xml deploy "-Drevision=${{ steps.revision.outputs.revision }}"
2525
env:

0 commit comments

Comments
 (0)