Skip to content

Commit 8fb2f28

Browse files
authored
Merge pull request #234 from phpDocumentor/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 92a98ad + 5ce797e commit 8fb2f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "Checkout"
15-
uses: "actions/checkout@v5"
15+
uses: "actions/checkout@v6"
1616

1717
- name: "Build"
1818
uses: "phpDocumentor/phpDocumentor@master"
@@ -32,7 +32,7 @@ jobs:
3232
needs: "documentation"
3333
steps:
3434
- name: "Checkout"
35-
uses: "actions/checkout@v5"
35+
uses: "actions/checkout@v6"
3636
with:
3737
repository: "phpDocumentor/docs"
3838
token: "${{ secrets.BOT_TOKEN }}"

0 commit comments

Comments
 (0)