Skip to content

Commit

Permalink
Merge pull request #12 from middlewares/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
oscarotero authored Nov 1, 2022
2 parents 9347077 + e9316a5 commit 9851fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

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

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

0 comments on commit 9851fdf

Please sign in to comment.