Skip to content

Commit d008e74

Browse files
Bump actions/checkout from 4 to 5 (#2617)
1 parent 91ff0b3 commit d008e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.x

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- windows-latest
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: SublimeText/UnitTesting/actions/setup@v1
3131
- uses: SublimeText/UnitTesting/actions/run-tests@v1
3232
with:
@@ -35,7 +35,7 @@ jobs:
3535
Lint:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- uses: actions/setup-python@v5
4040
with:
4141
python-version: '3.8'

0 commit comments

Comments
 (0)