Skip to content

Commit

Permalink
CI: bump some more actions
Browse files Browse the repository at this point in the history
- Bump actions-gh-pages to v4
- Bump action-gh-release to v2

Those two actions are now using node20, which addresses github deprecation
warnings.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
  • Loading branch information
vstehle committed Apr 9, 2024
1 parent 50653a1 commit d5ea45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
build/text/
- name: 'Deploy to Github Pages'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/singlehtml

- name: 'Publish Release'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: endsWith(github.ref, env.EBBR_VERSION)
with:
files: build/ebbr-*.pdf
Expand Down

0 comments on commit d5ea45c

Please sign in to comment.