Skip to content

Commit 82b8749

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#71)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5bcf62 commit 82b8749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
include:
2424
- os: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- name: Build sourcemod plugin
2828
uses: maxime1907/action-sourceknight@v1
2929
with:
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
5353

5454
- uses: dev-drprasad/delete-tag-and-release@v1.1

0 commit comments

Comments
 (0)