Skip to content

Commit

Permalink
Merge pull request #5 from stayallive/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
stayallive authored Sep 5, 2023
2 parents cb70b0b + 4740ae0 commit 15c5592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 15c5592

Please sign in to comment.