Skip to content

Commit

Permalink
Update GH actions using old node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 27, 2024
1 parent 2262a17 commit f49b259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"
with:
fetch-depth: 2

Expand All @@ -81,7 +81,7 @@ jobs:
if: "${{ matrix.stability == 'stable' }}"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist"
Expand All @@ -103,7 +103,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"
with:
fetch-depth: 2

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.1.x
-----

* Update GH actions using old node version
* Add return type for Symfony 7 compatibility
* Make AnnotationReader optional
* Update changelog
Expand Down

0 comments on commit f49b259

Please sign in to comment.