Skip to content

Commit

Permalink
Upgrade github actions versions (#7427)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 16, 2024
1 parent b0d1f49 commit 8c93cd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Start Database
run: |
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 8c93cd3

Please sign in to comment.