Skip to content

Commit 498c96c

Browse files
ci: bump actions/setup-python from 6.2.0 to 6.3.0
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>
1 parent b0cc14c commit 498c96c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/install-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Set up Python
48-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
48+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -87,7 +87,7 @@ jobs:
8787
persist-credentials: false
8888

8989
- name: Set up Python
90-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
90+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393

@@ -130,7 +130,7 @@ jobs:
130130
persist-credentials: false
131131

132132
- name: Set up Python
133-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
133+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
134134
with:
135135
python-version: '3.12'
136136

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
persist-credentials: false
2424

25-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
25+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2626
with:
2727
python-version: '3.12'
2828

0 commit comments

Comments
 (0)