Skip to content

Commit

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

github-actions(deps): bump actions/checkout from 2 to 3.1.0
  • Loading branch information
localheinz committed Oct 4, 2022
2 parents 59d0fe3 + ab8c1b3 commit b6f9dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v2"
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@v2"
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit b6f9dd9

Please sign in to comment.