diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-11 15:06:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 15:06:14 -0700 |
| commit | e3b15073a047322d3d02127981c5a76c39b58946 (patch) | |
| tree | 081fb5878e09e55a909c6cfdbdf888f1565f3bb8 /.github/workflows/test-s3-over-https-using-awscli.yml | |
| parent | 5f62b1188998bc3a0b3dbc715b81ed435a041c5c (diff) | |
| download | seaweedfs-e3b15073a047322d3d02127981c5a76c39b58946.tar.xz seaweedfs-e3b15073a047322d3d02127981c5a76c39b58946.zip | |
chore(deps): bump actions/checkout from 4 to 5 (#7125)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
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/test-s3-over-https-using-awscli.yml')
| -rw-r--r-- | .github/workflows/test-s3-over-https-using-awscli.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-s3-over-https-using-awscli.yml b/.github/workflows/test-s3-over-https-using-awscli.yml index 9a5188b82..d155478d8 100644 --- a/.github/workflows/test-s3-over-https-using-awscli.yml +++ b/.github/workflows/test-s3-over-https-using-awscli.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: |
