Skip to content

Commit 3288586

Browse files
committed
Bump GitHub Actions
1 parent 2214c06 commit 3288586

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python }}
5858
- name: Set up Python ${{ matrix.python }} using deadsnakes
59-
uses: deadsnakes/action@v3.1.0
59+
uses: deadsnakes/action@v3.2.0
6060
if: "endsWith(matrix.python, '-dev')"
6161
with:
6262
python-version: ${{ matrix.python }}

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
name: Check code with mypy
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
22-
- uses: actions/setup-python@v4
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-python@v5
2323
with:
2424
cache: "pip"
2525
cache-dependency-path: "pyproject.toml"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
id-token: write
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.x'
2323
cache: pip

0 commit comments

Comments
 (0)