Skip to content

Commit

Permalink
ci: actions/checkout v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 9, 2023
1 parent b6a6f47 commit 2f7561d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ['3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Filter changed file paths to outputs
uses: dorny/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: ['3.x']
django-version: ['3.2', '4.0', '4.1', '4.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install 'poetry==1.7.1'
Expand Down

0 comments on commit 2f7561d

Please sign in to comment.