Skip to content

Commit bd3c04e

Browse files
authored
Merge pull request #6 from roadrunner-php/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7c087fe + 8080a03 commit bd3c04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global core.autocrlf false
2424
git config --global core.eol lf
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Setup PHP ${{ matrix.php }}
2929
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)