Skip to content

Commit

Permalink
Bump versions in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
  • Loading branch information
yorinasub17 committed Nov 2, 2023
1 parent 5b4992a commit 620cf28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
FENSAK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: report
uses: mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec # v4.0.0
uses: mikepenz/action-junit-report@0831a82caad2465c31c6dd929978f640cb42556c # v4.0.3
if: always()
with:
report_paths: "report.xml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
FENSAK_TEST_ADMIN_USER_API_KEY: ${{ secrets.FENSAK_TEST_ADMIN_USER_API_KEY }}

- name: report
uses: mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec # v4.0.0
uses: mikepenz/action-junit-report@0831a82caad2465c31c6dd929978f640cb42556c # v4.0.3
if: always()
with:
report_paths: "report.xml"
Expand Down

0 comments on commit 620cf28

Please sign in to comment.