Skip to content

Commit

Permalink
upgrade ramsey/composer-install
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Apr 24, 2024
1 parent b6911bd commit 8df436f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: "actions/checkout@v4"
-
name: "Install dependencies"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"
-
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: "composer validate --no-interaction --strict"
-
name: "Install dependencies"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "locked"
-
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: "actions/checkout@v4"
-
name: "Install dependencies"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "locked"
#-
Expand Down

0 comments on commit 8df436f

Please sign in to comment.