Skip to content

Commit

Permalink
chore: upgrade actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 committed Dec 10, 2024
1 parent c2010db commit 71a948a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '16.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '16.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ASSET_DIRECTORY: dist/
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '16.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ASSET_DIRECTORY: dist/
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '16.9'
Expand Down

0 comments on commit 71a948a

Please sign in to comment.