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

Commit a58458e

Browse files
github-actions(deps): bump actions/checkout from v1 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e73859f commit a58458e

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
@@ -16,7 +16,7 @@ jobs:
1616
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v2.3.4
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v1

0 commit comments

Comments
 (0)