Skip to content

Commit 1454215

Browse files
gh-actions(deps): update actions/checkout requirement to v2.3.4
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc1c670 commit 1454215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: PHP ${{ matrix.os}} ${{ matrix.php-versions }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v2.3.4
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@master
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
steps:
31-
- uses: actions/[email protected].3
31+
- uses: actions/[email protected].4
3232

3333
- name: Set the version
3434
id: set_version

0 commit comments

Comments
 (0)