Skip to content

Commit fb6fd24

Browse files
build(deps): bump actions/setup-python from 4 to 5 (#340)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9541783 commit fb6fd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: "Set up Python ${{ env.MAIN_PYTHON_VERSION }}"
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5252
cache: 'pip'
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v4
145145

146146
- name: "Set up Python"
147-
uses: actions/setup-python@v4
147+
uses: actions/setup-python@v5
148148
with:
149149
python-version: ${{ env.MAIN_PYTHON_VERSION }}
150150
cache: 'pip'

0 commit comments

Comments
 (0)