summaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-18 17:17:02 +0000
committerGitHub <noreply@github.com>2023-10-18 17:17:02 +0000
commitc4b0f47ba171a7d2fcdfe9be84182f9f77da271f (patch)
tree8b30929c12d1dd8d075f2791a21b28126e78fcf6 /.github/workflows/docker.yml
parentmerge: timeline changes, new options, silence users (#97) (diff)
parentchore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (diff)
downloadsharkey-c4b0f47ba171a7d2fcdfe9be84182f9f77da271f.tar.gz
sharkey-c4b0f47ba171a7d2fcdfe9be84182f9f77da271f.tar.bz2
sharkey-c4b0f47ba171a7d2fcdfe9be84182f9f77da271f.zip
Merge pull request #98 from transfem-org/dependabot/github_actions/actions/checkout-4.1.1
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 7312eb4522..8eabaa2882 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Check out the repo
- uses: actions/checkout@v4.1.0
+ uses: actions/checkout@v4.1.1
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.0.0