Skip to content

Commit ce091bd

Browse files
Merge pull request #705 from phpDocumentor/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6c1f4cc + 08e5176 commit ce091bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 }}"

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "ubuntu-22.04"
2323
steps:
2424
- name: "Checkout"
25-
uses: "actions/checkout@v5"
25+
uses: "actions/checkout@v6"
2626

2727
- name: "Install PHP"
2828
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)