Skip to content

Commit ea0eede

Browse files
committed
Chore: Update CI workflow
1 parent 80f64c2 commit ea0eede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: Flake8
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- uses: TrueBrain/actions-flake8@v2

.github/workflows/syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
continue_on_error: true
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- uses: SublimeText/syntax-test-action@v2
4545
with:
4646
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)