Skip to content

Commit

Permalink
Merge pull request nicmart#228 from nicmart/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.1

github-actions(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
2 parents 2ced4e5 + e8cfff3 commit 32e65a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit 32e65a0

Please sign in to comment.