Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 613d6bd commit 43b2494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: 'KengoTODA/actions-setup-docker-compose@v1'
with:
version: '2.20.2'
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- name: 'DEBUG'
run: 'docker version && docker compose version'
- name: 'Run tests'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
Lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- name: 'Install yamllint'
run: 'pip install yamllint'
- name: 'yamllint version'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck.workflow.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
health-check:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- uses: 'KengoTODA/actions-setup-docker-compose@v1'
with:
version: '2.20.2'
Expand Down

0 comments on commit 43b2494

Please sign in to comment.