Skip to content

Commit 8b04c84

Browse files
Bump andrcuns/allure-publish-action in /.github/workflows
Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](andrcuns/allure-publish-action@87c4707...cf51be4) --- updated-dependencies: - dependency-name: andrcuns/allure-publish-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccd8e13 commit 8b04c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
359359
- name: Publish allure report
360360
if: ${{ always() }}
361-
uses: andrcuns/allure-publish-action@87c4707902ad7187c6e674c08f296353a16176a1 # v2.9.0
361+
uses: andrcuns/allure-publish-action@cf51be413d9eb9a9f552f47c11abdb35eeb1c83c # v2.10.0
362362
env:
363363
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
364364
AWS_REGION: ${{ env.AWS_REGION }}

.github/workflows/eks-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: Publish allure report
206206
if: always()
207-
uses: andrcuns/allure-publish-action@87c4707902ad7187c6e674c08f296353a16176a1 # v2.9.0
207+
uses: andrcuns/allure-publish-action@cf51be413d9eb9a9f552f47c11abdb35eeb1c83c # v2.10.0
208208
env:
209209
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
210210
AWS_REGION: eu-west-1

0 commit comments

Comments
 (0)