Bump actions/checkout from 4.2.0 to 4.2.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.0...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>
This commit is contained in:
dependabot[bot] 2024-11-01 18:27:42 +00:00 committed by GitHub
parent a622d4ac51
commit cb0099c060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
needToPush: ${{ github.ref == 'refs/heads/master' }} needToPush: ${{ github.ref == 'refs/heads/master' }}
steps: steps:
- uses: actions/checkout@v4.2.0 - uses: actions/checkout@v4.2.2
- uses: docker/setup-buildx-action@v3.7.0 - uses: docker/setup-buildx-action@v3.7.0
- name: Log in to Docker Hub - name: Log in to Docker Hub