Skip to content

Commit 2b06000

Browse files
authored
Update to actions/checkout@v3 (#26)
1 parent f875e86 commit 2b06000

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
php-version: ${{ env.PHP_VERSION }}
2323
tools: composer:v2
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: actions/cache@v2
2626
with:
2727
path: vendor

.github/workflows/fix-cs-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor != 'dependabot[bot]'
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
ref: ${{ github.head_ref }}
2222

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { php-version: 8.1, symfony-locked-version: none, dependency-version: prefer-stable }
2323
name: PHPUnit (PHP ${{matrix.php-version}}, Symfony Version Lock ${{ matrix.symfony-locked-version }}, ${{ matrix.dependency-version }})
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)