Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#2)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 78ffb60 commit 97e2848
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@v3.5.2"
uses: "actions/checkout@v3.5.3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.2"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v3.5.3"
with:
submodules: true

Expand Down

0 comments on commit 97e2848

Please sign in to comment.