Skip to content

Commit 860ddf4

Browse files
authored
Update checkout task version (#15)
* Update checkout task version * Update checkout task version
1 parent 019bb2d commit 860ddf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Deploy to GitHub Pages
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 16.x
@@ -29,4 +29,4 @@ jobs:
2929
# GH-Actions bot for deploys to `gh-pages` branch:
3030
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
3131
user_name: github-actions[bot]
32-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
32+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

.github/workflows/test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test deployment
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 16.x
@@ -19,4 +19,4 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Test build website
22-
run: npm run build
22+
run: npm run build

0 commit comments

Comments
 (0)