Skip to content

Commit 7cc4944

Browse files
authored
CI: update deps (#55)
1 parent 6124ca1 commit 7cc4944

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
semver: ${{ steps.declare_sha.outputs.semver }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4.1.1
2424
with:
2525
fetch-depth: 0
2626

@@ -52,9 +52,9 @@ jobs:
5252
run: sed -i "s|VERSION_HASH \"\"|VERSION_HASH \"-$SHA_SHORT\"|g" $FILE
5353

5454
- name: Setup AMXXPawn Compiler
55-
uses: wopox1337/setup-amxxpawn@v1
55+
uses: wopox1337/setup-amxxpawn@v1.1.0
5656
with:
57-
version: "1.10.5428"
57+
version: "1.10.5467"
5858

5959
- name: Compile plugins
6060
working-directory: cstrike/addons/amxmodx/scripting/
@@ -76,7 +76,7 @@ jobs:
7676
mv cstrike/ publish/
7777
7878
- name: Upload artifact
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4.3.1
8080
with:
8181
name: MapManager-${{ env.SHA_SHORT }}-dev
8282
path: publish/*
@@ -91,7 +91,7 @@ jobs:
9191
startsWith(github.ref, 'refs/tags/')
9292
steps:
9393
- name: Download artifacts
94-
uses: actions/download-artifact@v2
94+
uses: actions/download-artifact@v4.1.4
9595
with:
9696
name: MapManager-${{needs.build.outputs.sha}}-dev
9797

@@ -100,7 +100,7 @@ jobs:
100100
run: 7z a -mm=Deflate -mfb=258 -mpass=15 -r MapManager-v${{needs.build.outputs.semver}}.zip cstrike/
101101

102102
- name: Publish artifacts
103-
uses: softprops/action-gh-release@v1
103+
uses: softprops/action-gh-release@v2.0.4
104104
id: publish-job
105105
if: |
106106
startsWith(github.ref, 'refs/tags/') &&

0 commit comments

Comments
 (0)