Skip to content

Commit

Permalink
Merge branch '2.5' of github.com:sulu/skeleton into 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 16, 2024
2 parents ce62e13 + ad8a42d commit 50a9d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ matrix.checkout-directory }}

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
working-directory: ${{ matrix.working-directory }}

- name: Install and configure Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
run: php bin/adminconsole sulu:admin:download-language nl

- name: Install and configure Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 50a9d38

Please sign in to comment.