Skip to content

Commit 8f33373

Browse files
authored
Merge pull request #316 from openedx/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 5dd6fd2 + 83653d0 commit 8f33373

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- '3.12'
1919
toxenv: [quality, docs, django42, django52]
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: setup python
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: setup python
1717
uses: actions/setup-python@v6
1818
with:

0 commit comments

Comments
 (0)