Skip to content

Commit

Permalink
Bump tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 25, 2022
1 parent 1fddff0 commit 7a2b924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,10 +1028,10 @@ jobs:
tox_env: 'pypy39-pytest72-xdist-nocov'
os: 'macos-latest'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_arch }}
Expand Down
4 changes: 2 additions & 2 deletions ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
{% endfor %}
{% endfor %}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: {{ '${{ matrix.python }}' }}
architecture: {{ '${{ matrix.python_arch }}' }}
Expand Down

0 comments on commit 7a2b924

Please sign in to comment.