diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 11:06:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 11:06:22 -0700 |
| commit | 7c2e3dba20b24e384edde03aa9b9eb7095472119 (patch) | |
| tree | c6c7f2020b1f05c27a5b88044b14bf9335d2d641 /.github/workflows/binaries_dev.yml | |
| parent | 52735bbe081256c8016c29964d4dcc7ee720f7d8 (diff) | |
| download | seaweedfs-7c2e3dba20b24e384edde03aa9b9eb7095472119.tar.xz seaweedfs-7c2e3dba20b24e384edde03aa9b9eb7095472119.zip | |
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#5390)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index c086943ab..0e92cfbfb 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v2 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v2 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2 - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
