diff options
| author | chrislu <chris.lu@gmail.com> | 2022-12-19 11:32:00 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-12-19 11:32:00 -0800 |
| commit | f9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5 (patch) | |
| tree | 7c5b256cc5b492e10b4a990c04eb0b932087f152 /.github/workflows/binaries_dev.yml | |
| parent | 6c7fe40305fdebe0902e44ae2a841ca4382b6a9b (diff) | |
| parent | a1ffa03d75c7e87950f9369ad16c21da81d56bc8 (diff) | |
| download | seaweedfs-f9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5.tar.xz seaweedfs-f9fb3cd1fc81a3dddbb63bdec834b29fea53d7b5.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/binaries_dev.yml')
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 743c3040c..a9f662fa2 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2 - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
