Skip to content

Commit

Permalink
Merge pull request #336 from pact-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
YOU54F committed Oct 12, 2023
2 parents 9eb4661 + 5751cc0 commit 6097940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
php: [ '8.2' ]

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

- name: Setup PHP
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

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

- name: Setup PHP
Expand Down

0 comments on commit 6097940

Please sign in to comment.