Skip to content

Commit

Permalink
Upgrade actions/checkout to v4. (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp authored Dec 10, 2024
1 parent ebd9b3a commit 10ccaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
TOXENV: py
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: ${{ matrix.python-version == '2.7' }}
run: |
sudo apt-get install python-is-python2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 10ccaf5

Please sign in to comment.