Skip to content

Commit cd4c0db

Browse files
authored
Merge pull request #196 from sphinx-contrib/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents b5cf263 + 258f5ec commit cd4c0db

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ inputs.runs-on }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
with:
2929
ref: ${{ inputs.ref }}
3030
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)