Skip to content

Commit 3d7f1d1

Browse files
authored
Merge pull request #190 from sphinx-contrib/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 349190d + a080bb5 commit 3d7f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
ref: ${{ inputs.ref }}
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ inputs.python-version }}
3333

0 commit comments

Comments
 (0)