Skip to content

Commit c316093

Browse files
Merge pull request #226 from RTUITLab/Midnight-Knight-patch-1
Update buildFront.yml
2 parents 95dec26 + fe54809 commit c316093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildFront.yml

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

1919
steps:
2020

21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
2424
ref: gh-pages
2525

2626
- run: git checkout -b gh-pages-pr || true
2727
- run: git push --set-upstream origin gh-pages-pr || true
2828

29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
with:
3131
fetch-depth: 0
3232
ref: gh-pages-pr
@@ -39,13 +39,13 @@ jobs:
3939
- run: git commit -m "Merge branch gh-pages into gh-pages-pr" 1> /dev/null 2> /dev/null || true
4040
- run: git push
4141

42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
with:
4444
fetch-depth: 0
4545
ref: master
4646

4747
- name: Use Node.js ${{ matrix.node-version }}
48-
uses: actions/setup-node@v2
48+
uses: actions/setup-node@v3
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
cache: 'npm'

0 commit comments

Comments
 (0)