Skip to content

Commit 0f0de2a

Browse files
chore(deps): bump actions/setup-python from 4.7.1 to 5.0.0 (#155)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@65d7f2d...0a5c615) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f748d3e commit 0f0de2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main-serverless-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install poetry
4747
run: pipx install poetry
4848
- name: Set up Python
49-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
49+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5050
with:
5151
python-version: ${{ env.PYTHON_VERSION }}
5252
cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install poetry
112112
run: pipx install poetry
113113
- name: Set up Python
114-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
114+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
115115
with:
116116
python-version: ${{ env.PYTHON_VERSION }}
117117
cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -148,7 +148,7 @@ jobs:
148148
- name: Check out repository code
149149
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
150150
- name: Set up Python
151-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
151+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
152152
with:
153153
python-version: ${{ env.PYTHON_VERSION }}
154154
- name: Set up Node

.github/workflows/pr-serverless-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install poetry
4545
run: pipx install poetry
4646
- name: Set up Python
47-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
47+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050
cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install poetry
6969
run: pipx install poetry
7070
- name: Set up Python
71-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
71+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
7272
with:
7373
python-version: ${{ env.PYTHON_VERSION }}
7474
cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work

0 commit comments

Comments
 (0)