Skip to content

Commit 65be1ce

Browse files
Merge pull request #304 from openedx/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents b1af93e + d2b1bd9 commit 65be1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ['3.8']
1919
toxenv: [quality, docs, django32-drflatest, django42-drflatest]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: setup python
2323
uses: actions/setup-python@v4
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@v3
15+
uses: actions/checkout@v4
1616
- name: setup python
1717
uses: actions/setup-python@v4
1818
with:

0 commit comments

Comments
 (0)