summaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-12 11:17:17 +0000
committerKagami Sascha Rosylight <saschanaz@outlook.com>2023-08-12 13:35:29 +0200
commitf5985d53e5467015673e86b84c07059a366a3bdb (patch)
treedd517a5dff146d56fec63740abaa240ba5a0c571 /.github/workflows/docker.yml
parentchore(dependabot): add storybook group (diff)
downloadsharkey-f5985d53e5467015673e86b84c07059a366a3bdb.tar.gz
sharkey-f5985d53e5467015673e86b84c07059a366a3bdb.tar.bz2
sharkey-f5985d53e5467015673e86b84c07059a366a3bdb.zip
build(deps): bump actions/checkout from 3.2.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [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.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/docker.yml')
-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 a465d92eaf..e7c9a0206a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Check out the repo
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.3.0