Skip to content

Commit a826eb2

Browse files
committed
Bump CI to actions/checkout@v7
1 parent 75e4b8b commit a826eb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-review.yaml

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 artifact for Package Control
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
@@ -34,7 +34,7 @@ jobs:
3434
- build: 4204
3535
packages: binary
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- uses: SublimeText/syntax-test-action@v2
3939
with:
4040
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)