Skip to content

Commit

Permalink
ci: bump 'checkout' and 'setup-python' to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 30, 2024
1 parent 75d6c95 commit c78f242
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Test Python ${{ matrix.python }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -32,12 +32,12 @@ jobs:
needs: [ test ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.12

Expand Down

0 comments on commit c78f242

Please sign in to comment.