Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit c8b3fd7

Browse files
Bump actions/checkout from 4 to 5 (#57)
1 parent d7c20ed commit c8b3fd7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: go
2626

2727
- name: checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: build
3131
run: go build
@@ -51,6 +51,6 @@ jobs:
5151
- uses: actions/setup-go@v5
5252
with:
5353
go-version: 1.23
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
- name: golangci-lint
5656
uses: golangci/golangci-lint-action@v8

.github/workflows/pushimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Log in to the Container registry
1818
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up Go
1616
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)