Skip to content

Commit af7a8b3

Browse files
Merge pull request #117 from kallewesterling/main
Pinning versions
2 parents de1c92e + 7104ca2 commit af7a8b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-prod-gcs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434
with:
3535
node-version: '20'
3636
cache: 'npm'
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build
4343

4444
- name: Upload dist artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646
with:
4747
name: dist
4848
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
persist-credentials: false
7070

7171
- name: Download dist artifact
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7373
with:
7474
name: dist
7575
path: dist/

0 commit comments

Comments
 (0)