Skip to content

Commit a970899

Browse files
authored
Merge pull request #82 from vnegi10/Update_CI
Actions node 12 => node 16
2 parents 18b821a + 216f6ad commit a970899

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
arch:
1919
- x64
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- uses: julia-actions/setup-julia@v1
2323
with:
2424
version: ${{ matrix.version }}

.github/workflows/pollenbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: "Pollen - build documentation data"
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v3
1414
with:
1515
ref: pollen
1616
path: pollen

.github/workflows/pollenstatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
name: "Pollen - Prerender static frontend and deploy"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
ref: pollen
1919
path: data
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
with:
2222
ref: "gh-pages"
2323
path: pages
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
repository: lorenzoh/pollenjl-frontend
2727
path: frontend

0 commit comments

Comments
 (0)