Skip to content

Commit 8320190

Browse files
github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...a81bbbf) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 873df9b commit 8320190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
php-versions: ['7.3', '7.4']
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2.3.2
18+
uses: actions/checkout@v2.3.3
1919
- name: Setup PHP, with composer and extensions
2020
uses: shivammathur/setup-php@v2
2121
with:

0 commit comments

Comments
 (0)