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 c5bcf62 commit 82b8749Copy full SHA for 82b8749
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
include:
24
- os: ubuntu-24.04
25
steps:
26
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
27
- name: Build sourcemod plugin
28
uses: maxime1907/action-sourceknight@v1
29
with:
@@ -48,7 +48,7 @@ jobs:
48
needs: build
49
runs-on: ubuntu-latest
50
51
52
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
53
54
- uses: dev-drprasad/delete-tag-and-release@v1.1
0 commit comments