Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7536be4 commit e25eeec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.1"
Expand All @@ -50,7 +50,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.1"
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.1"
Expand Down

0 comments on commit e25eeec

Please sign in to comment.