Skip to content

Commit 125c577

Browse files
authored
Update to actions/checkout@v3 (#5)
1 parent 2ab6d38 commit 125c577

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.head_ref }}
1818

.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)