From a9f2433d57d0f91201417d6a414da142db6c24f3 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 23 Oct 2024 22:57:45 +0200 Subject: [PATCH] Update CI workflows --- .github/workflows/arma.yml | 4 ++-- .github/workflows/labels.yml | 2 +- .github/workflows/release.yml | 4 ++-- addons/settings/cba_settings.sqf | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index 8fe8399..254efab 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@main + uses: actions/checkout@v4 - name: Lint (sqflint) uses: arma-actions/sqflint@master @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build addon with HEMTT uses: 16AAModTeam/hemtt@stable diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index b2a7ad9..5b5917c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,7 +7,7 @@ jobs: name: Default Labels Action runs-on: ubuntu-latest steps: - - uses: actions/checkout@1.0.0 + - uses: actions/checkout@v4 - uses: lannonbr/issue-label-manager-action@2.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2718ed..05e4e6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # run: echo VERSION=${GITHUB_REF:11} >> $GITHUB_ENV run: echo VERSION=0.0.0 >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build addon with HEMTT uses: 16AAModTeam/hemtt@stable @@ -40,7 +40,7 @@ jobs: - name: Set VERSION env run: echo VERSION=0.0.0 >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: releases diff --git a/addons/settings/cba_settings.sqf b/addons/settings/cba_settings.sqf index d111d53..83fa3b5 100644 --- a/addons/settings/cba_settings.sqf +++ b/addons/settings/cba_settings.sqf @@ -319,4 +319,3 @@ force simplesuppress_main_overlayFadeoutTime = 8; force simplesuppress_main_overlayOpacity = 0.8; force simplesuppress_main_projectileMaxDistance = 9; force simplesuppress_main_shooterMinDistance = 25; -