Skip to content

Commit

Permalink
Update github checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Apr 13, 2024
1 parent 262da01 commit 6190de6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
python-version: ['3.9', '3.12']

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 6190de6

Please sign in to comment.