Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.4 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 056d22a commit ad59f21
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/[email protected].4"
uses: "actions/[email protected].7"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -108,7 +108,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"

- 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/[email protected].4"
uses: "actions/[email protected].7"

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

0 comments on commit ad59f21

Please sign in to comment.