commit | fb7987f2bc9f1fc602ccd80f2b8f04d1bec2e7af | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Mar 24 10:09:01 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Mar 24 10:09:01 2023 +0000 |
tree | e5a324625f8352c8a7aad96bdb6b2a399fc3d22d | |
parent | 300f044c657d0f57e3e8c2cf6a24e60d0e6f10a6 [diff] |
Bump actions/checkout from 3.4.0 to 3.5.0 (#80) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.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/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38129d6..7ccfab9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -30,7 +30,7 @@ - "1.20" steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # https://github.com/actions/checkout/releases/tag/v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # https://github.com/actions/checkout/releases/tag/v3.5.0 - name: Set up Go uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # https://github.com/actions/setup-go/releases/tag/v4.0.0 with: