Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.7 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent f697465 commit 9900704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.12"
- name: Install build
run: python -m pip install build
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: Build package
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- { py: "3.9", django: "40" }
- { py: "3.9", django: "32" }
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.12"
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
name: Test django_main
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.12"
Expand All @@ -95,7 +95,7 @@ jobs:
static-typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'
Expand All @@ -106,7 +106,7 @@ jobs:
check-migrations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'
Expand Down

0 comments on commit 9900704

Please sign in to comment.