Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Oct 23, 2024
1 parent 1708383 commit a9f2433
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion addons/settings/cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a9f2433

Please sign in to comment.