diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-31 17:42:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 17:42:56 +0000 |
| commit | 686fb8782cfa89a807ecc6dcbc104c6dab43eb66 (patch) | |
| tree | a262df313d72e215da9ddbdd19c56289fe96e278 /.github/workflows/docker.yml | |
| parent | 2a559ac0e606c87da0628d570039e8a102ebf858 (diff) | |
| download | sally-686fb8782cfa89a807ecc6dcbc104c6dab43eb66.tar.gz | |
Bump actions/checkout from 3 to 4 (#110)
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.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 11e938e..6ba9094 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This action inspects the GitHub event metadata # and fills tags and labels (e.g. 'latest') |