From 0737e98cb93af69a0035f66b3b78c1b380cf625e Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 4 Apr 2024 14:37:11 -0700 Subject: [PATCH] Update deployer version --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index e1118bee..ed6edbb7 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -124,7 +124,7 @@ jobs: - name: fluentbit file: common/openshift.fluentbit.yml steps: - - uses: bcgov-nr/action-deployer-openshift@fix/emptyTimeout + - uses: bcgov-nr/action-deployer-openshift@v2.3.0 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }}