Skip to content

Commit

Permalink
Merge pull request #200 from coveooss/fix/CSEC-18897-revert
Browse files Browse the repository at this point in the history
Revert GHA hash update CSEC-18897 CSEC-18899 CSEC-18901
  • Loading branch information
jonapich authored Jan 18, 2023
2 parents a63e411 + 4470dd0 commit e992b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Setup Hugo
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6
uses: peaceiris/actions-hugo@v2.5.0
with:
hugo-version: "0.82.0"
extended: true
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Deploy Documentation
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7
uses: peaceiris/actions-gh-pages@v3.8.0
with:
allow_empty_commit: false
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Run GoReleaser
if: github.ref != 'refs/heads/master'
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail_ci_if_error: true

- name: Setup Hugo
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6
uses: peaceiris/actions-hugo@v2.5.0
with:
hugo-version: "0.82.0"
extended: true
Expand Down

0 comments on commit e992b6a

Please sign in to comment.