Skip to content

Commit 372e19c

Browse files
chore(deps): update github actions (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3761af9 commit 372e19c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v6
6565
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
6666
if: github.event_name == 'pull_request'
67-
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
67+
uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
6868
with:
6969
oc_namespace: ${{ vars.oc_namespace }}
7070
oc_token: ${{ secrets.oc_token }}
@@ -80,7 +80,7 @@ jobs:
8080
fi
8181
8282
- name: Deploy
83-
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
83+
uses: bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
8484
with:
8585
oc_namespace: ${{ vars.oc_namespace }}
8686
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414
jobs:
1515
cleanup:
1616
name: Cleanup and Image Promotion
17-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@6d695dd755fa9255ea4bde335890516beb6f95e4 # v1.0.1
17+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@ca6579bdadf383a2513397081f963889b92823a4 # v1.1.0
1818
permissions:
1919
packages: write
2020
secrets:

0 commit comments

Comments
 (0)