Skip to content

Commit

Permalink
Use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 11, 2024
1 parent a35d897 commit 7098dbf
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 @@ -42,7 +42,7 @@ jobs:
github.com:443
pypi.org:443
api.github.com:443
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
github.com:443
pypi.org:443
api.github.com:443
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 7098dbf

Please sign in to comment.