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 9cef5f5 commit 689fa08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 All @@ -51,7 +51,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 @@ -82,7 +82,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 All @@ -108,7 +108,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 @@ -167,7 +167,7 @@ jobs:
git config --system core.eol lf
- name: "Checkout repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit 689fa08

Please sign in to comment.