Skip to content

Commit

Permalink
CI - Use Node.js 20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Feb 29, 2024
1 parent 8cec877 commit 9be7410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate Config
run: python3 tools/config_style_checker.py
- name: Check for BOM
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT build
Expand Down

0 comments on commit 9be7410

Please sign in to comment.