Skip to content

Commit 555f543

Browse files
Bump actions/checkout from 3 to 4 (#1271)
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](actions/checkout@v3...v4) --- 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>
1 parent d867b7d commit 555f543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: '1.20'
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- run: go mod tidy && git diff --exit-code go.mod go.sum
1818
build:
1919
runs-on: ubuntu-latest
@@ -25,6 +25,6 @@ jobs:
2525
- uses: actions/setup-go@v4
2626
with:
2727
go-version: ${{ matrix.version }}
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- run: go vet ./...
3030
- run: go run ./ginkgo -r -randomize-all -randomize-suites -race -trace -procs=2 -poll-progress-after=10s -poll-progress-interval=10s

0 commit comments

Comments
 (0)