Skip to content

Commit

Permalink
CI: Update to use current builtin actions
Browse files Browse the repository at this point in the history
Older actions use deprecated node12/node16, so update to avoid the warning.
  • Loading branch information
andrewbird committed Feb 18, 2024
1 parent c0d9b5b commit ea79650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: package install
run: ./ci_prereq.sh
Expand All @@ -36,7 +36,7 @@ jobs:
- name: deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit ea79650

Please sign in to comment.