aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 11:47:15 -0700
committerGitHub <noreply@github.com>2022-10-10 11:47:15 -0700
commitc4fa148ee6e98c1e85dff26cd1f3361035acb3fd (patch)
treeaa12c19ef0a747f8d4857e0385776717192f8d3f /.github/workflows/binaries_dev.yml
parent6bbc1d402655a40d2936b722f461947daaeda72c (diff)
downloadseaweedfs-c4fa148ee6e98c1e85dff26cd1f3361035acb3fd.tar.xz
seaweedfs-c4fa148ee6e98c1e85dff26cd1f3361035acb3fd.zip
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#3815)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [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/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 e7a8c00f1..1a40cc4a7 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@2541b1294d2704b0964813337f33b291d3f8596b # v2
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 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@2541b1294d2704b0964813337f33b291d3f8596b # v2
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}