Skip to content

Commit 23120cc

Browse files
chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#1544)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f23eee commit 23120cc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Set up Python ${{ env.LATEST_SUPPORTED_PY }}
27-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
27+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2828
with:
2929
python-version: ${{ env.LATEST_SUPPORTED_PY }}
3030
- name: Run lint verification
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Set up Python ${{ env.LATEST_SUPPORTED_PY }}
44-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
44+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4545
with:
4646
python-version: ${{ env.LATEST_SUPPORTED_PY }}
4747
- name: Install synchronous dependencies
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
persist-credentials: false
8383
- name: Set up Python ${{ matrix.python-version }}
84-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
84+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8585
with:
8686
python-version: ${{ matrix.python-version }}
8787
- name: Install synchronous dependencies
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
persist-credentials: false
150150
- name: Set up Python ${{ env.LATEST_SUPPORTED_PY }}
151-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
151+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
152152
with:
153153
python-version: ${{ env.LATEST_SUPPORTED_PY }}
154154
- name: Install dependencies

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
27+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2828
with:
2929
python-version: "3.x"
3030

0 commit comments

Comments
 (0)