Skip to content

Commit 0b0acc7

Browse files
Bump actions/setup-python from 6 to 6.3.0 in the actions group
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 884d3c1 commit 0b0acc7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v7
2222
with:
2323
persist-credentials: false
24-
- uses: actions/setup-python@v6
24+
- uses: actions/setup-python@v6.3.0
2525
with:
2626
python-version: '3.x'
2727
cache: pip
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v7
5353
with:
5454
persist-credentials: false
55-
- uses: actions/setup-python@v6
55+
- uses: actions/setup-python@v6.3.0
5656
with:
5757
python-version: '3.x'
5858
cache: pip

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7
1515
with:
1616
persist-credentials: false
17-
- uses: actions/setup-python@v6
17+
- uses: actions/setup-python@v6.3.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
allow-prereleases: true
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v7
3434
with:
3535
persist-credentials: false
36-
- uses: actions/setup-python@v6
36+
- uses: actions/setup-python@v6.3.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
allow-prereleases: true

0 commit comments

Comments
 (0)