Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 89cefd6

Browse files
chore(deps): update bcgov/action-get-pr action to v0.3.0 (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81203f2 commit 89cefd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Variables
9797
- if: inputs.tag == ''
9898
id: pr
99-
uses: bcgov/action-get-pr@8f9a16a1f7a7574b10e2fb473bfef0c4c4fff3d6 # v0.2.1
99+
uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b # v0.3.0
100100

101101
- id: vars
102102
run: |

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps: # Get PR number for squash merges to main
3232
- name: PR Number
3333
id: pr
34-
uses: bcgov/action-get-pr@8f9a16a1f7a7574b10e2fb473bfef0c4c4fff3d6 # v0.2.1
34+
uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b # v0.3.0
3535
deploy-test:
3636
name: Deploy (TEST)
3737
permissions:

0 commit comments

Comments
 (0)