Skip to content

Commit 8e49d3a

Browse files
committed
Update action version comments to match exact commit hashes
1 parent 4aff7cb commit 8e49d3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
# Parallelize Node setup while deployment happens
117117
- name: Install Node LTS
118-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
118+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
119119
with:
120120
node-version: 22
121121
cache: 'npm'
@@ -145,15 +145,15 @@ jobs:
145145
CI: true
146146

147147
- name: Upload Playwright report
148-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
148+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
149149
if: ${{ !cancelled() }}
150150
with:
151151
name: playwright-report-${{ env.APP_NAME }}
152152
path: e2e/playwright-report/
153153
retention-days: 7
154154

155155
- name: Upload test results and screenshots
156-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
156+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157157
if: ${{ !cancelled() }}
158158
with:
159159
name: playwright-test-results-${{ env.APP_NAME }}

0 commit comments

Comments
 (0)