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 4a371e7 commit 5367232
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

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

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

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

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

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

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

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

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

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

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

- name: "Setup PHP cache environment"
id: "extcache"
Expand Down

0 comments on commit 5367232

Please sign in to comment.