Skip to content

Commit b081e7c

Browse files
authored
CI: Update to latest action versions. (#257)
1 parent d3238db commit b081e7c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
- uses: pre-commit/[email protected]

.github/workflows/python-package.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ["3.8", "3.9"]
2121
pygments-version: ["213", "latest"]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
architecture: x64
@@ -42,9 +42,9 @@ jobs:
4242
sphinx-version: ["53", "60", "latest"]
4343
pygments-version: ["213", "latest"]
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v4
47+
uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
architecture: x64
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 5
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- name: Set up Python 3.11
6363
uses: actions/setup-python@v4
6464
with:
@@ -80,9 +80,9 @@ jobs:
8080
name: Build and publish Python 🐍 distributions 📦 to PyPI
8181
runs-on: ubuntu-latest
8282
steps:
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484
- name: Set up Python 3.9
85-
uses: actions/setup-python@v4
85+
uses: actions/setup-python@v5
8686
with:
8787
python-version: 3.9
8888
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)