@@ -25,11 +25,11 @@ jobs:
2525 cache-hit : ${{ steps.cache.outputs.cache-hit }}
2626 steps :
2727 - name : Check out repository
28- uses : actions/checkout@v4.1.1
28+ uses : actions/checkout@v6.0.2
2929
3030 - name : Set up cache for OpenShift CLI
3131 id : cache
32- uses : actions/cache@v4.2.0
32+ uses : actions/cache@v5.0.4
3333 with :
3434 path : /usr/local/bin/oc # Path where the `oc` binary will be installed
3535 key : oc-cli-${{ runner.os }}
5858
5959 steps :
6060 - name : Restore oc command from Cache
61- uses : actions/cache@v4.2.0
61+ uses : actions/cache@v5.0.4
6262 with :
6363 path : /usr/local/bin/oc
6464 key : oc-cli-${{ runner.os }}
@@ -98,12 +98,12 @@ jobs:
9898
9999 steps :
100100 - name : Check out repository
101- uses : actions/checkout@v4.1.1
101+ uses : actions/checkout@v6.0.2
102102 with :
103103 ref : ${{ github.event.pull_request.head.ref }}
104104
105105 - name : Restore oc command from Cache
106- uses : actions/cache@v4.2.0
106+ uses : actions/cache@v5.0.4
107107 with :
108108 path : /usr/local/bin/oc
109109 key : oc-cli-${{ runner.os }}
@@ -156,14 +156,14 @@ jobs:
156156
157157 steps :
158158 - name : Checkout Manifest repository
159- uses : actions/checkout@v4.1.1
159+ uses : actions/checkout@v6.0.2
160160 with :
161161 repository : bcgov-c/tenant-gitops-d2bd59
162162 ref : main
163163 ssh-key : ${{ secrets.MANIFEST_REPO_DEPLOY_KEY }}
164164
165165 - name : Restore oc command from Cache
166- uses : actions/cache@v4.2.0
166+ uses : actions/cache@v5.0.4
167167 with :
168168 path : /usr/local/bin/oc
169169 key : oc-cli-${{ runner.os }}
@@ -177,7 +177,7 @@ jobs:
177177 namespace : ${{ env.TOOLS_NAMESPACE }}
178178
179179 - name : Update values-dev-pr.yaml for frentend and backend
180- uses : mikefarah/yq@v4.40.5
180+ uses : mikefarah/yq@v4.52.4
181181 with :
182182 cmd : |
183183 yq -i '.image.tag = "${{ env.VERSION }}-${{ env.PR_NUMBER }}"' lcfs/charts/lcfs-frontend/values-dev-pr.yaml
0 commit comments