Skip to content

Commit

Permalink
Merge pull request #656 from pypa/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
takluyver authored Sep 6, 2023
2 parents d8cc776 + 0692ec4 commit 2e33b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
platform: ["ubuntu-latest", "windows-latest"]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12-dev" ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -45,7 +45,7 @@ jobs:
matrix:
python-version: [ "3.6", ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 2e33b49

Please sign in to comment.