Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 151de36 commit d4fdf4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"
with:
submodules: true

Expand Down

0 comments on commit d4fdf4a

Please sign in to comment.