Skip to content

Commit

Permalink
ga: update actions to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Jul 2, 2024
1 parent 2a6cd6d commit 2289bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: syscalls-table/out/

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .github/workflows/update-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "VERSION=$LINUX_VER" >> $GITHUB_ENV
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
path: syscalls-table/
signoff: true
Expand Down

0 comments on commit 2289bdb

Please sign in to comment.