Skip to content

Commit ca1ca5d

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e661adb commit ca1ca5d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/html-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
brew install pandoc
1717
- name: Set up Python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: 3
2121
- name: Double-check Python version

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
$APT_INSTALL pandoc
1818
- name: Set up Python
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: "3"
2222
- name: Show Python version

.github/workflows/version-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
$APT_INSTALL pandoc librsvg2-bin
5151
- name: Set up Python ${{ env.PYTHON_VERSION }}
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@v7
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
- name: Show Python version

0 commit comments

Comments
 (0)