Skip to content

Commit df5399b

Browse files
Bump actions/setup-python from 4 to 5 (#766)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4681393 commit df5399b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.12"]
1919
os: [ubuntu-latest]
2020
steps:
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Checkout

0 commit comments

Comments
 (0)