Skip to content

Commit 9c45989

Browse files
authored
Merge pull request #2 from pl-github/dependabot/github_actions/actions/checkout-5
chore(deps): Bump actions/checkout from 4 to 5
2 parents d241a95 + 5c770c8 commit 9c45989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

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"

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: shivammathur/setup-php@master
1616
with:
1717
php-version: 8.3

0 commit comments

Comments
 (0)