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

Commit 9959ad2

Browse files
Bump actions/checkout from 3 to 5 (#159)
1 parent 8da8308 commit 9959ad2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: go
1717

1818
- name: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: build
2222
run: go build
@@ -42,6 +42,6 @@ jobs:
4242
- uses: actions/setup-go@v5
4343
with:
4444
go-version: 1.23
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: golangci-lint
4747
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@v3
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)