Skip to content

Commit f59d201

Browse files
committed
Bump CI to actions/checkout@v7
1 parent 423ef1b commit f59d201

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-control-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
package-review:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212

1313
- name: Review this package repository
1414
uses: kaste/st_package_reviewer/gh_action_package@v1

.github/workflows/syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- build: 4185 # Required for symbol transformation tests
3232
packages: v4193 # Bash rewrite
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: SublimeText/syntax-test-action@v2
3636
with:
3737
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)