Skip to content

Commit

Permalink
Merge pull request #130 from nicmart/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.3.0

github-actions(deps): Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
github-actions[bot] committed Jan 26, 2023
2 parents 9b49b6c + dd8b132 commit 5d70f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.23.0"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.23.0"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.23.0"
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.23.0"
Expand Down

0 comments on commit 5d70f74

Please sign in to comment.