Skip to content

Commit 478b30c

Browse files
authored
Merge pull request #1 from php-script/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e698111 + 76469dc commit 478b30c

2 files changed

Lines changed: 2 additions & 2 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@v4
21+
uses: actions/checkout@v5
2222

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

.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@v4
20+
uses: actions/checkout@v5
2121

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

0 commit comments

Comments
 (0)