Skip to content

Commit bad9aef

Browse files
authored
Merge pull request #16 from php-script/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b7b2710 + 9a2a410 commit bad9aef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/formats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: docs
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)