Skip to content

Commit

Permalink
Github: Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Jul 29, 2023
1 parent 8e57967 commit 75d496f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Python packages
run: pip install -r tools/requirements.txt
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.80.0'
hugo-version: '0.110.0'

- name: Build website
run: hugo
Expand All @@ -48,7 +48,7 @@ jobs:
run: tar -czf ${{ env.ARCHIVE }} "./public"

- name: Upload build artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: providers-xmpp-net-master
path: ${{ env.ARCHIVE }}
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v2

0 comments on commit 75d496f

Please sign in to comment.