Skip to content

Commit bdba627

Browse files
authored
Merge pull request #166 from mackerelio-labs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 951010f + cedda45 commit bdba627

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/acceptance-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v3
1616
with:
1717
go-version: '1.19.x'

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
golangci-lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: golangci/golangci-lint-action@v3
1515
with:
1616
version: latest

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
-
2525
name: Unshallow
2626
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)