Skip to content

Commit 628ec57

Browse files
Merge pull request #686 from phpDocumentor/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3e3ed69 + 061aff9 commit 628ec57

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@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 }}"

.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@v4"
25+
uses: "actions/checkout@v5"
2626

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

0 commit comments

Comments
 (0)