Skip to content

Commit

Permalink
Merge pull request #208 from cleder/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.2.0

Bump actions/checkout from 3.1.0 to 3.2.0
  • Loading branch information
cleder committed Dec 13, 2022
2 parents b7d95ac + d249cd7 commit f82f8ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:
python-version: ['3.9']

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
pypy-version: ['pypy-3.7', 'pypy-3.8', 'pypy-3.9']
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set up Python ${{ matrix.pypy-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -104,7 +104,7 @@ jobs:
name: Build and publish to PyPI and TestPyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f82f8ce

Please sign in to comment.