Skip to content

Commit 1caa9a8

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb84a85 commit 1caa9a8

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)