From cb68485dd1f64c42320af4dc1d17185e6454c963 Mon Sep 17 00:00:00 2001 From: Rushaway Date: Sat, 30 Sep 2023 16:43:10 +0200 Subject: [PATCH] ci: update build yml (#13) --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 682f96b..d6eaf5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: ) - name: Checking out SourceMod - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/sourcemod ref: ${{ matrix.sm_branch }} @@ -85,7 +85,7 @@ jobs: submodules: recursive - name: Checking out MM:Source - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/metamod-source ref: ${{ matrix.mm_branch }} @@ -102,42 +102,42 @@ jobs: pip install git+https://github.com/accelerator74/ambuild - name: Checking out hl2sdk-l4d2 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/hl2sdk ref: l4d2 path: hl2sdk-l4d2 - name: Checking out hl2sdk-l4d - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/hl2sdk ref: l4d path: hl2sdk-l4d - name: Checking out hl2sdk-css - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/hl2sdk ref: css path: hl2sdk-css - name: Checking out hl2sdk-tf2 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/hl2sdk ref: tf2 path: hl2sdk-tf2 - name: Checking out hl2sdk-csgo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: alliedmodders/hl2sdk ref: csgo path: hl2sdk-csgo - name: Checking out own repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: src @@ -153,4 +153,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: cleaner-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }} - path: src/build/package \ No newline at end of file + path: src/build/package