Skip to content

Commit

Permalink
Bump the version of actions/*
Browse files Browse the repository at this point in the history
These work better as GitHub evolves forward.
  • Loading branch information
pradyunsg committed Jan 30, 2023
1 parent 1a96dc5 commit 56ab688
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: "are correctly generated"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install nox

- run: nox -s generate
Expand All @@ -23,30 +23,30 @@ jobs:
name: "work as advertised"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install nox

# Install supported Python versions
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 2.7
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.5
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.6
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down

0 comments on commit 56ab688

Please sign in to comment.