Skip to content

Commit

Permalink
Merge pull request #46 from axoflow/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/configure-pages-4

Bump actions/configure-pages from 3 to 4
  • Loading branch information
fekete-robert authored Feb 4, 2025
2 parents 7bbc140 + 1e66fa5 commit e4867f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
set-safe-directory: true
fetch-depth: 0

# - name: Set up Pages
# id: pages
# uses: actions/configure-pages@v3
- name: Set up Pages
id: pages
uses: actions/configure-pages@v4

- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set up Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit e4867f4

Please sign in to comment.