Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent cc96b51 commit 2839048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metabase-update-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Issue Forms Body Parser
id: parse
uses: zentered/issue-forms-body-parser@v2.1.4
uses: zentered/issue-forms-body-parser@v2.2.0

- name: Stringify Result
if: ${{ steps.parse.outputs.data != "" }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
packages: write

steps:
- uses: bcgov-nr/action-builder-ghcr@v1.2.1
- uses: bcgov-nr/action-builder-ghcr@v1.3.0
with:
package: metabase
tag: ${{ github.sha }}
Expand Down

0 comments on commit 2839048

Please sign in to comment.