Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
Updates actions to their latest releases - this will stop GitHub's warning messages about Node 16 from appearing.
  • Loading branch information
Deletecat authored Feb 29, 2024
1 parent 6a2e9b7 commit 790645a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -33,8 +33,8 @@ jobs:
touch _site/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: _site # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit 790645a

Please sign in to comment.