Skip to content

Commit a24c538

Browse files
orangecmspamolloy
authored andcommitted
CI: upgrade to Ubuntu latest
Job runs are currently failing due to the deprecation/brownout of 20.04. actions/runner-images#11101 While at it, upgrade to checkout@v3. Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 21b192b commit a24c538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

0 commit comments

Comments
 (0)