Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares authored and nosoop committed Apr 20, 2024
1 parent d1d6aed commit fbba799
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- windows-latest
include:
- meta_branch: "1.10-dev"
sm_branch: "1.10-dev"
spcomp_version: "1.10.x"
- meta_branch: "1.11-dev"
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- os: ubuntu-20.04
- os: ubuntu-22.04
os_short: linux
package_ext: tar.gz

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Add msbuild to PATH (Windows)
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Install (Windows)
if: runner.os == 'Windows'
Expand All @@ -64,28 +64,28 @@ jobs:
- name: Fetch Metamod:Source ${{ matrix.meta_branch }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/metamod-source
ref: ${{ matrix.meta_branch }}
path: mmsource

- name: Fetch SourceMod ${{ matrix.sm_branch }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/sourcemod
ref: ${{ matrix.sm_branch }}
path: sourcemod
submodules: recursive

- name: Checkout AMBuild
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/ambuild
path: ambuild

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -101,7 +101,7 @@ jobs:
pip install git+https://github.com/alliedmodders/ambuild
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/pull-request-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- windows-latest
include:
- meta_branch: "1.10-dev"
sm_branch: "1.10-dev"
spcomp_version: "1.10.x"
- meta_branch: "1.11-dev"
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- os: ubuntu-20.04
- os: ubuntu-22.04
os_short: linux
package_ext: tar.gz

Expand All @@ -44,7 +44,7 @@ jobs:
- name: Add msbuild to PATH (Windows)
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Install (Windows)
if: runner.os == 'Windows'
Expand All @@ -62,28 +62,28 @@ jobs:
- name: Fetch Metamod:Source ${{ matrix.meta_branch }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/metamod-source
ref: ${{ matrix.meta_branch }}
path: mmsource

- name: Fetch SourceMod ${{ matrix.sm_branch }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: alliedmodders/sourcemod
ref: ${{ matrix.sm_branch }}
path: sourcemod
submodules: recursive

- name: Checkout AMBuild
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alliedmodders/ambuild
path: ambuild

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -99,7 +99,7 @@ jobs:
pip install git+https://github.com/alliedmodders/ambuild
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src

Expand Down

0 comments on commit fbba799

Please sign in to comment.