Skip to content

Commit

Permalink
Updating dependencies (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2023
1 parent dbca4ae commit 547e2a0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Setup PHP cache environment"
id: "extcache"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Setup PHP cache environment"
id: "extcache"
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name : "Setup MySQL"
uses : "mirromutth/mysql-action@v1.1"
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name : "Setup MySQL"
uses : "mirromutth/mysql-action@v1.1"
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name : "Setup MySQL"
uses : "mirromutth/mysql-action@v1.1"
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Setup PHP cache environment"
id: "extcache"
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Install node"
uses: "actions/setup-node@v3"
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Install node"
uses: "actions/setup-node@v3"
Expand Down Expand Up @@ -565,7 +565,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Install node"
uses: "actions/setup-node@v3"
Expand Down

0 comments on commit 547e2a0

Please sign in to comment.