Skip to content

Commit f458d37

Browse files
chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 093369c commit f458d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
swap-storage: true
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@v6.0.0
56+
uses: actions/setup-python@v6.1.0
5757
with:
5858
python-version: ${{matrix.python-version}}
5959

@@ -77,7 +77,7 @@ jobs:
7777
persist-credentials: false
7878

7979
- name: Set up Python
80-
uses: actions/setup-python@v6.0.0
80+
uses: actions/setup-python@v6.1.0
8181
with:
8282
python-version: "3.12"
8383

0 commit comments

Comments
 (0)