Skip to content

Commit 5203b8f

Browse files
authored
github-actions(deps): bump the security-updates group across 1 directory with 2 updates (#42)
2 parents 5343395 + 142588d commit 5203b8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: "composer validate"
4040

4141
- name: "Install dependencies with composer"
42-
uses: "ramsey/[email protected].0"
42+
uses: "ramsey/[email protected].1"
4343
with:
4444
composer-options: "--no-scripts"
4545

@@ -71,7 +71,7 @@ jobs:
7171
php-version: "${{ matrix.php-version }}"
7272

7373
- name: "Install dependencies with composer"
74-
uses: "ramsey/[email protected].0"
74+
uses: "ramsey/[email protected].1"
7575

7676
- name: "Static code analysis"
7777
run: "vendor/bin/phpstan analyse --configuration phpstan.neon.dist --no-progress"
@@ -98,13 +98,13 @@ jobs:
9898
php-version: "${{ matrix.php-version }}"
9999

100100
- name: "Install dependencies with composer"
101-
uses: "ramsey/[email protected].0"
101+
uses: "ramsey/[email protected].1"
102102

103103
- name: "Run unit tests"
104104
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"
105105

106106
- name: 'Upload coverage reports to Codecov'
107-
uses: 'codecov/[email protected].2'
107+
uses: 'codecov/[email protected].3'
108108
with:
109109
files: './.build/logs/clover.xml'
110110
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)