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 16, 2023
1 parent 30e3e91 commit 7a697a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
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 @@ -19,7 +19,7 @@ jobs:

- name: Stringify Result
if: ${{ steps.parse.outputs.data != "" }}
uses: actions/github-script@v6
uses: actions/github-script@v7
id: set-result
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .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.3.0
- uses: bcgov-nr/action-builder-ghcr@v2.0.1
with:
package: metabase
tag: ${{ github.sha }}
Expand All @@ -70,7 +70,7 @@ jobs:
- builds
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploy to OpenShift
shell: bash
run: |
Expand Down

0 comments on commit 7a697a9

Please sign in to comment.