Skip to content

Commit 453efcd

Browse files
committed
ci: bump checkout action to v4
1 parent 8e76a6e commit 453efcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: '1.20.0-rc.1'
1919

20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Build
2323
run: GOEXPERIMENT=coverageredesign go build -cover -v ./cmd/gosmopolitan

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-go@v4
1616
with:
1717
go-version: '>=1.19.0'
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Run golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:

0 commit comments

Comments
 (0)