Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ef0e930 commit 1a8c223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-24.04
# Ironically, to avoid cycled self-dependency, use a Hugo installation from a different source
# here to build the website.
container: hugomods/hugo:reg-git-0.139.5
container: hugomods/hugo:reg-git-0.140.0
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
run: ./build-website.sh

- name: Upload site
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: website
path: website/public
Expand Down

0 comments on commit 1a8c223

Please sign in to comment.