We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44aac28 + c8f36fd commit e5216baCopy full SHA for e5216ba
3 files changed
.github/workflows/arma.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout the source code
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
- name: Validate Config
18
run: python tools/config_style_checker.py
19
- name: Validate Stringtables
.github/workflows/hemtt.yml
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT check
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- uses: actions/checkout@v3
0 commit comments