Skip to content

Commit 8f040e6

Browse files
authored
Merge pull request #675 from ccnmtl/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b271c36 + 9a8b5a6 commit 8f040e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
python-version: ["3.12"]
99
django-version: [4.2]
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212

1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)