Skip to content

Commit b3b3082

Browse files
Bump actions/setup-python from 6.2.0 to 6.3.0 (#391)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a02e0d3 commit b3b3082

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Set up Python 3.13
56-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
56+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
5757
with:
5858
python-version: "3.13"
5959

@@ -151,7 +151,7 @@ jobs:
151151
fetch-depth: 0
152152

153153
- name: Set up Python ${{ matrix.python-version }}
154-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
154+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
155155
with:
156156
python-version: ${{ matrix.python-version }}
157157

0 commit comments

Comments
 (0)