Skip to content

Commit f0a3e3d

Browse files
committed
Bump workflow task versions
1 parent 4f76b77 commit f0a3e3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
ref: ${{ needs.getversion.outputs.gitRef }}
7171
- name: Set up Python 3.11
72-
uses: actions/setup-python@v4
72+
uses: actions/setup-python@v5
7373
with:
7474
python-version: "3.11"
7575
cache: "pip"
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
name: packages
9898
- name: Set up Python 3.11
99-
uses: actions/setup-python@v4
99+
uses: actions/setup-python@v5
100100
with:
101101
python-version: "3.11"
102102
- name: Publish to Test PyPI
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
ref: ${{ needs.getversion.outputs.gitRef }}
132132
- name: Set up Python 3.11
133-
uses: actions/setup-python@v4
133+
uses: actions/setup-python@v5
134134
with:
135135
python-version: "3.11"
136136
cache: "pip"

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- os: windows-latest
3030
python-version: 'pypy3.9'
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies

0 commit comments

Comments
 (0)