Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt54g authored Jul 1, 2022
1 parent 06d1721 commit 0dbb330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
environment: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.4.13
uses: peaceiris/actions-hugo@v2.5.0
with:
hugo-version: '0.81.0'
extended: true
Expand Down

0 comments on commit 0dbb330

Please sign in to comment.