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 6a65706 commit 1ff9439
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 MySQL"
uses : "mirromutth/[email protected]"
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

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

- name : "Setup MySQL"
uses : "mirromutth/[email protected]"
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:

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

- name : "Setup MySQL"
uses : "mirromutth/[email protected]"
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

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

- name: "Setup PHP cache environment"
id: "extcache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

- name: "Deploy to Wiki"
uses: "SwiftDocOrg/github-wiki-publish-action@v1"
Expand Down

0 comments on commit 1ff9439

Please sign in to comment.