From 4f5737f7e79dfad5cde10fd3d88de5d7b01ce4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:28:52 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 090799c..afcbdbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run tests with race detector run: go test -mod=readonly -race -tags="libc.memgrind" -v ./... if: ${{ matrix.arch == 'amd64' }} @@ -44,7 +44,7 @@ jobs: with: go-version: "1.20" - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run tests run: go test -mod=readonly -race -v ./... working-directory: ./cmd/zombiezen-sqlite-migrate