Skip to content

Commit

Permalink
Merge pull request #221 from bgilbert/checkout
Browse files Browse the repository at this point in the history
workflows: update `actions/checkout` to v4
  • Loading branch information
bgilbert authored Sep 29, 2023
2 parents ce49924 + ee3042c commit 487b074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Rerun pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand All @@ -33,7 +33,7 @@ jobs:
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
python-arch: [x86, x64]
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.python-arch }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 487b074

Please sign in to comment.