diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 22:25:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-07 22:25:53 +0000 |
commit | 43800abe8fa9a4b08cf55eac70171cf50ebe9175 (patch) | |
tree | 3b2e38df64d0f9e25ab868c66a5937abad204dab /.github/workflows/release.yml | |
parent | 1c5a6a590832bbefb2cab99a81f413a5a0e756de (diff) |
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8657e2b..1484aa5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: go-version: 1.17.7 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install musl if: matrix.compiler == 'musl-gcc' @@ -124,7 +124,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action> |