aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-22 08:33:53 -0700
committerGitHub <noreply@github.com>2022-08-22 08:33:53 -0700
commit9076a0051cd129fc4ef205cee62659a0d8cb027e (patch)
tree830395dcb2cd6b7d25d9bfe9282e80a0c4199c25 /.github/workflows/binaries_dev.yml
parentf875031f0630e1c054c1b44ae9769db1a11362a1 (diff)
downloadseaweedfs-9076a0051cd129fc4ef205cee62659a0d8cb027e.tar.xz
seaweedfs-9076a0051cd129fc4ef205cee62659a0d8cb027e.zip
Bump actions/checkout from 3 to 3.0.2 (#3483)
Diffstat (limited to '.github/workflows/binaries_dev.yml')
-rw-r--r--.github/workflows/binaries_dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index cdf0bc12e..d208a8a15 100644
--- a/.github/workflows/binaries_dev.yml
+++ b/.github/workflows/binaries_dev.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
+ uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
@@ -87,7 +87,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
+ uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}