Skip to content

Commit 7a6dcef

Browse files
Bump actions/checkout from 2 to 3 (#754)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cda3afd commit 7a6dcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
PHP_CS_FIXER_IGNORE_ENV: 1
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- uses: shivammathur/setup-php@v2
1818
with:
1919
php-version: '8.1'
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
PHP_CS_FIXER_FUTURE_MODE: 1
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
- uses: shivammathur/setup-php@v2
5858
with:
5959
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)