Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit a72325f

Browse files
authored
Merge pull request #3 from codedge/dependabot/github_actions/actions/checkout-v2.3.4
github-actions(deps): bump actions/checkout from v1 to v2.3.4
2 parents 5507588 + a58458e commit a72325f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2.3.4
2222

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

0 commit comments

Comments
 (0)