Skip to content

Commit

Permalink
README.md: Upgrade GitHub Actions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 2, 2022
1 parent 0e9948e commit b64bee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,8 @@ jobs:
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down

0 comments on commit b64bee1

Please sign in to comment.