50
50
runners-matrix : ${{ steps.runner-vars.outputs.matrix }}
51
51
steps :
52
52
- name : Checkout code
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
54
54
with :
55
55
repository : element-hq/element-web
56
56
@@ -129,13 +129,13 @@ jobs:
129
129
- runAllTests : false
130
130
project : Pinecone
131
131
steps :
132
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
132
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
133
133
with :
134
134
persist-credentials : false
135
135
repository : element-hq/element-web
136
136
137
137
- name : 📥 Download artifact
138
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
138
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
139
139
with :
140
140
name : webapp
141
141
path : webapp
@@ -154,7 +154,7 @@ jobs:
154
154
run : echo "version=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_OUTPUT
155
155
156
156
- name : Cache playwright binaries
157
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
157
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
158
158
id : playwright-cache
159
159
with :
160
160
path : ~/.cache/ms-playwright
@@ -201,7 +201,7 @@ jobs:
201
201
if : always()
202
202
runs-on : ubuntu-24.04
203
203
steps :
204
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
204
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
205
205
if : inputs.skip != true
206
206
with :
207
207
persist-credentials : false
@@ -219,7 +219,7 @@ jobs:
219
219
220
220
- name : Download blob reports from GitHub Actions Artifacts
221
221
if : inputs.skip != true
222
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
222
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
223
223
with :
224
224
pattern : all-blob-reports-*
225
225
path : all-blob-reports
0 commit comments