Skip to content

Commit 5736057

Browse files
authored
Update deploy.yml
1 parent b258b19 commit 5736057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4.1.1
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Setup
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4.0.2
2222
with:
2323
node-version: 14
2424

2525
- name: Cache
2626
id: cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4.0.2
2828
with:
2929
path: ./node_modules
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -40,7 +40,7 @@ jobs:
4040
NODE_ENV: production
4141

4242
- name: Deploy
43-
uses: peaceiris/actions-gh-pages@v3
43+
uses: peaceiris/actions-gh-pages@v4.0.0
4444
with:
4545
cname: support.system76.com
4646
github_token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)