Skip to content

Commit

Permalink
Update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed Aug 10, 2024
1 parent ced59c7 commit a6f5379
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
# upload, as the filename is directly derived from the issue title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: dzervas/notion-markdown
path: notion-markdown

- name: Setup NPM
uses: actions/setup-node@v1
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci

- name: Hugo setup
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
extended: true

Expand All @@ -41,7 +41,7 @@ jobs:
run: hugo --minify --gc

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
publish_branch: gh-pages
Expand Down

0 comments on commit a6f5379

Please sign in to comment.