Skip to content

Commit 894143b

Browse files
authored
Merge pull request #429 from php-http/ci
upgrade github actions
2 parents 5c65b53 + b088b64 commit 894143b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: "Checkout"
78-
uses: "actions/checkout@v2"
78+
uses: "actions/checkout@v3"
7979
with:
8080
fetch-depth: 2
8181

@@ -94,7 +94,7 @@ jobs:
9494
run: "composer require --no-progress --no-scripts --no-plugins symfony/flex ${{ matrix.dependencies }}"
9595

9696
- name: "Install dependencies with Composer"
97-
uses: "ramsey/composer-install@v1"
97+
uses: "ramsey/composer-install@v2"
9898
with:
9999
dependency-versions: "${{ matrix.dependency-versions }}"
100100
composer-options: "${{ matrix.composer-options }}"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v2"
18+
uses: "actions/checkout@v3"
1919
- name: "PHP-CS-Fixer"
2020
uses: "docker://oskarstark/php-cs-fixer-ga:2.19.0"
2121
with:

0 commit comments

Comments
 (0)