Skip to content

Commit 76a4925

Browse files
Bump actions/checkout from 3.6.0 to 4.0.0 (#194)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci]
1 parent 39d978e commit 76a4925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
16+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1717

1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226

0 commit comments

Comments
 (0)