Skip to content

Commit 2aa8538

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [bcgov/actions/get-pr](https://github.com/bcgov/actions) and [bcgov/actions/builder-ghcr](https://github.com/bcgov/actions). Updates `bcgov/actions/get-pr` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/bcgov/actions/releases) - [Commits](bcgov/actions@0992e41...4ad61a7) Updates `bcgov/actions/builder-ghcr` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/bcgov/actions/releases) - [Commits](bcgov/actions@0992e41...4ad61a7) --- updated-dependencies: - dependency-name: bcgov/actions/builder-ghcr dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: bcgov/actions/get-pr dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eac4d6 commit 2aa8538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Get PR number for squash merges to main
2727
- name: PR Number
2828
id: pr
29-
uses: bcgov/actions/get-pr@0992e41cd11c5370b77f9e6066effe63efe9f8c9 # v0.4.0
29+
uses: bcgov/actions/get-pr@4ad61a784f1c17765b03d8d6de9737c1d3f4c0f2 # v0.5.0
3030
- name: Checkout
3131
uses: actions/checkout@v7.0.1
3232
- name: Metabase Version

.github/workflows/on-pr-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
packages: write
4646
steps:
47-
- uses: bcgov/actions/builder-ghcr@0992e41cd11c5370b77f9e6066effe63efe9f8c9 # v0.4.0
47+
- uses: bcgov/actions/builder-ghcr@4ad61a784f1c17765b03d8d6de9737c1d3f4c0f2 # v0.5.0
4848
with:
4949
package: metabase
5050
tags: ${{ github.sha }}

0 commit comments

Comments
 (0)