Skip to content

Commit

Permalink
Bump GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 6, 2022
1 parent 90e8f2c commit 1c6499b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Setup Python"
uses: "actions/setup-python@v3"
uses: "actions/setup-python@v4"
with:
python-version: "3.x"
cache: "pip"
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Setup Python ${{ matrix.python-version }}"
uses: "actions/setup-python@v3"
uses: "actions/setup-python@v4"
with:
python-version: ${{ matrix.python-version }}
# Fails on Python 2 + Windows
Expand Down

0 comments on commit 1c6499b

Please sign in to comment.