Skip to content

Commit 7a2b924

Browse files
committed
Bump tags.
1 parent 1fddff0 commit 7a2b924

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,10 +1028,10 @@ jobs:
10281028
tox_env: 'pypy39-pytest72-xdist-nocov'
10291029
os: 'macos-latest'
10301030
steps:
1031-
- uses: actions/checkout@v2
1031+
- uses: actions/checkout@v3
10321032
with:
10331033
fetch-depth: 0
1034-
- uses: actions/setup-python@v2
1034+
- uses: actions/setup-python@v4
10351035
with:
10361036
python-version: ${{ matrix.python }}
10371037
architecture: ${{ matrix.python_arch }}

ci/templates/.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
{% endfor %}
4545
{% endfor %}
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0
50-
- uses: actions/setup-python@v2
50+
- uses: actions/setup-python@v4
5151
with:
5252
python-version: {{ '${{ matrix.python }}' }}
5353
architecture: {{ '${{ matrix.python_arch }}' }}

0 commit comments

Comments
 (0)