Skip to content

Commit

Permalink
fix(INF-57): update gitHub Actions for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
welschsn committed Jun 26, 2024
1 parent d17e048 commit c4b8fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
multiModule: true
updateReadme:
needs: build
uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@v1
uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@latest
secrets: inherit
with:
releaseVersion: ${{ needs.build.outputs.releaseVersion }}
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
call-continuous-integration:
uses: levigo/reusable-workflows-pub/.github/workflows/continuous-integration.yml@v1
uses: levigo/reusable-workflows-pub/.github/workflows/continuous-integration.yml@latest
secrets: inherit
with:
notifyMattermost: false
Expand Down

0 comments on commit c4b8fb2

Please sign in to comment.