diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 73ea16f..59c6362 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@v6 + uses: actions/checkout@v7 - 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 3700fbc..d5026cb 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@v6 + uses: actions/checkout@v7 - 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 284ec2e..43ef3a8 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@v6 + uses: actions/checkout@v7 - name: Setup HEMTT uses: arma-actions/hemtt@v1