From c8f36fd12a282ca46c15a943b8a6cf19288e4ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 11:40:51 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/arma.yml | 2 +- .github/workflows/hemtt.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index a673c73..73ea16f 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Validate Config run: python tools/config_style_checker.py - name: Validate Stringtables diff --git a/.github/workflows/hemtt.yml b/.github/workflows/hemtt.yml index 4c587ac..3700fbc 100644 --- a/.github/workflows/hemtt.yml +++ b/.github/workflows/hemtt.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup HEMTT uses: arma-actions/hemtt@v1 - name: Run HEMTT check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb2e8db..284ec2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup HEMTT uses: arma-actions/hemtt@v1