Skip to content

Commit

Permalink
Merge pull request #99 from hyphacoop/update-deploy-action
Browse files Browse the repository at this point in the history
Update GitHub Actions workflow to use actions/checkout@v4
  • Loading branch information
tripledoublev authored Dec 9, 2024
2 parents 8971a39 + 134dadd commit 4dc73a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE,
# so your workflow can access it
- name: Checkout repo
uses: actions/checkout@master
uses: actions/checkout@v4
with:
ref: master

# Build Hugo Site
- run: echo "Building hugo site"
Expand Down

0 comments on commit 4dc73a3

Please sign in to comment.