Skip to content

Commit 6fa3b18

Browse files
authored
Merge pull request #219 from phpDocumentor/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents fe7f295 + eea3a10 commit 6fa3b18

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@v4"
15+
uses: "actions/checkout@v5"
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@v4"
35+
uses: "actions/checkout@v5"
3636
with:
3737
repository: "phpDocumentor/docs"
3838
token: "${{ secrets.BOT_TOKEN }}"

0 commit comments

Comments
 (0)