aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-31 17:42:56 +0000
committerGitHub <noreply@github.com>2023-10-31 17:42:56 +0000
commit686fb8782cfa89a807ecc6dcbc104c6dab43eb66 (patch)
treea262df313d72e215da9ddbdd19c56289fe96e278 /.github/workflows/docker.yml
parent2a559ac0e606c87da0628d570039e8a102ebf858 (diff)
downloadsally-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 '')
-rw-r--r--.github/workflows/docker.yml2
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')