Skip to content

Commit

Permalink
Merge pull request #12 from Freifunk-Rhein-Neckar/updateAction
Browse files Browse the repository at this point in the history
.github: workflows: update
  • Loading branch information
herbetom committed Aug 13, 2023
2 parents ad46b66 + 24c2871 commit 91517ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:
jobs:
deploy:
# runs-on: ubuntu-latest
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.91.2'
hugo-version: '0.117.0'
extended: true

- name: Hugo Version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.91.2'
hugo-version: '0.117.0'
extended: true

- name: Hugo Version
Expand Down

0 comments on commit 91517ab

Please sign in to comment.