Skip to content

Commit 86191a2

Browse files
authored
Merge pull request #239 from openedx/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 2 to 6
2 parents 1a972b0 + 0b2d831 commit 86191a2

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
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: setup python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: setup python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.12
1919

0 commit comments

Comments
 (0)