diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 14:05:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 14:05:24 +0100 |
| commit | 00d4e07a9276ff8f3c0594e07baa40ef87871ac1 (patch) | |
| tree | 6ce0121b496f5adc96794596fe5cfd0920b4e39b /.github/workflows/docker-image.yml | |
| parent | 122d66581278107277d58c05e4ca86f530d0db7b (diff) | |
Bump actions/checkout from 3 to 4 (#2781)
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](https://github.com/actions/checkout/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docker-image.yml')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 91dd2365..96b216b2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Docker buildx uses: docker/setup-buildx-action@v3.0.0 |
