summaryrefslogtreecommitdiff
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authorMasaya Suzuki <15100604+massongit@users.noreply.github.com>2023-01-15 16:03:18 +0900
committerGitHub <noreply@github.com>2023-01-15 16:03:18 +0900
commite1159e9ef247aba6ac1f90150012d1012d4d745a (patch)
treeb1cb551090497a123ec1a4a1a693eb6c3e90a3b7 /.github/workflows/docker.yml
parentCI Publish Docker image (develop) をforkしたリポジトリでは実行し... (diff)
downloadsharkey-e1159e9ef247aba6ac1f90150012d1012d4d745a.tar.gz
sharkey-e1159e9ef247aba6ac1f90150012d1012d4d745a.tar.bz2
sharkey-e1159e9ef247aba6ac1f90150012d1012d4d745a.zip
Update actions/checkout (#9587)
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 a84e4bc96e..84d36f8465 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@v2
+ uses: actions/checkout@v3.3.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v3