We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977a79b commit 78832bcCopy full SHA for 78832bc
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
include:
14
- os: ubuntu-24.04
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Build sourcemod plugin
18
uses: maxime1907/action-sourceknight@v1
19
with:
@@ -35,7 +35,7 @@ jobs:
35
needs: build
36
runs-on: ubuntu-latest
37
38
39
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
40
41
- uses: dev-drprasad/delete-tag-and-release@v1.1
0 commit comments