Skip to content

Commit f63d607

Browse files
chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2232471 commit f63d607

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
architecture: x64

.github/workflows/create_credentials_requirements_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
RELEASE_TAG=${GITHUB_REF#refs/tags/}
2929
sed -i -e "s|credentials-themes.git@.*|credentials-themes.git@$RELEASE_TAG#egg=edx_credentials_themes==$RELEASE_TAG|" requirements/base.in
3030
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.12"
3434
architecture: x64

0 commit comments

Comments
 (0)