Skip to content

Commit 9d10312

Browse files
authored
Merge pull request #1 from Setono/dependabot/github_actions/actions/checkout-v2.3.2
github-actions(deps): bump actions/checkout from v1 to v2.3.2
2 parents 9d4f932 + 80adc99 commit 9d10312

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@v1
18+
uses: actions/checkout@v2.3.2
1919
- name: Setup PHP, with composer and extensions
2020
uses: shivammathur/setup-php@v2
2121
with:

0 commit comments

Comments
 (0)