Skip to content

Commit bb5a5b7

Browse files
committed
Bump versions in CI
1 parent 13cd256 commit bb5a5b7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
flake8:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010

1111
- name: Setup Python 3.8
1212
uses: actions/setup-python@v5

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
name: Create and publish documentation
11+
runs-on: ubuntu-latest
1112
steps:
12-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1314

1415
- name: Setup Python 3.8
1516
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)