Skip to content

Commit ed956ea

Browse files
authored
Merge pull request #11 from facile-it/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 31e42de + f2a0bef commit ed956ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
3232
with:

.github/workflows/tests.yaml

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

4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 2 # needed by codecov sometimes
5050
- name: Setup PHP

0 commit comments

Comments
 (0)