Skip to content

Commit

Permalink
Update compile actions to node20 (#5449)
Browse files Browse the repository at this point in the history
* Make peter-evans/repository-dispatch use v3

* Make actions/checkout use v4
  • Loading branch information
PLM1995 authored Sep 6, 2024
1 parent 74de346 commit 2be738e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create Output Directory
run: mkdir .bin/
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Trigger Workflow in UK Controller Pack
if: github.event_name == 'release' && github.event.action == 'published'
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PUBLIC_PAT }}
repository: VATSIM-UK/uk-controller-pack
Expand Down

0 comments on commit 2be738e

Please sign in to comment.