Skip to content

Commit 4a7f230

Browse files
ci: bump actions/setup-python in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3d6b14 commit 4a7f230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir -p ../
1919
mv building-data-utilities ../building-data-utilities
2020
- name: Set up Python 3.12
21-
uses: actions/setup-python@v6.1.0
21+
uses: actions/setup-python@v6.2.0
2222
with:
2323
python-version: '3.12'
2424
- name: Install Poetry
@@ -58,7 +58,7 @@ jobs:
5858
mkdir -p ../
5959
mv building-data-utilities ../building-data-utilities
6060
- name: Set up Python ${{ matrix.python-version }}
61-
uses: actions/setup-python@v6.1.0
61+
uses: actions/setup-python@v6.2.0
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Install Poetry

0 commit comments

Comments
 (0)