Skip to content

Commit 93e2dca

Browse files
committed
Changed CI image from Ubuntu 20.04 -> latest.
Changed actions/checkout from v2 -> v4.
1 parent f4f83de commit 93e2dca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010

1111
jobs:
1212
Build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
ref: gh-pages
2121
path: _site

0 commit comments

Comments
 (0)