Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Update version of actions used in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson committed Feb 13, 2022
1 parent 4863efe commit 43b2f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
hugo: ["0.80.0", "0.88.1", "latest"]
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/[email protected].1
uses: danielfdickinson/[email protected].4
with:
hugo-version: ${{ matrix.hugo }}
upload-site-as: unminified-site-${{ matrix.hugo }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-external-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Build Site with Hugo and Audit"
uses: danielfdickinson/[email protected].1
uses: danielfdickinson/[email protected].4
with:
upload-site-as: unminified-site
use-lfs: false
Expand Down

0 comments on commit 43b2f58

Please sign in to comment.