Skip to content

Commit e302520

Browse files
authored
Merge pull request #593 from openedx/dependabot/github_actions/actions/checkout-6
build: bump actions/checkout from 5 to 6
2 parents 2837473 + 070c895 commit e302520

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
@@ -20,7 +20,7 @@ jobs:
2020
toxenv: [django52, quality]
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: setup python
2525
uses: actions/setup-python@v6
2626
with:

.github/workflows/pypi-publish.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)