Skip to content

Commit 398d4a7

Browse files
chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 279c102 commit 398d4a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ref: "refs/pull/${{ github.event.number }}/merge"
3535

3636
- name: Setup Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version-file: .github/workflows/.python-version
4040
cache: pip
@@ -91,7 +91,7 @@ jobs:
9191
- name: Checkout
9292
uses: actions/checkout@v4
9393

94-
- uses: actions/setup-python@v5
94+
- uses: actions/setup-python@v6
9595
with:
9696
python-version-file: .github/workflows/.python-version
9797
cache: pip

.github/workflows/time-reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version-file: .github/workflows/.python-version
2525

0 commit comments

Comments
 (0)