Skip to content

Commit

Permalink
github: bump actions to node20
Browse files Browse the repository at this point in the history
GitHub has started issuing warnings for node16.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Feb 7, 2024
1 parent 8977f3b commit d8c2e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: L4v
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
- uses: peter-evans/repository-dispatch@v3
if: ${{ github.event.pusher.login != 'seL4-ci' }}
with:
token: ${{ secrets.PRIV_REPO_TOKEN }}
Expand Down

0 comments on commit d8c2e90

Please sign in to comment.