Skip to content

Commit e5216ba

Browse files
authored
Merge pull request #4 from TacticalTrainingTeam/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 44aac28 + c8f36fd commit e5216ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout the source code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: Validate Config
1818
run: python tools/config_style_checker.py
1919
- name: Validate Stringtables

.github/workflows/hemtt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout the source code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: Setup HEMTT
1818
uses: arma-actions/hemtt@v1
1919
- name: Run HEMTT check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the source code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v6
1313

1414
- name: Setup HEMTT
1515
uses: arma-actions/hemtt@v1

0 commit comments

Comments
 (0)