Skip to content

Commit ec992bd

Browse files
chore(deps): update github actions to v6
1 parent 2c6974a commit ec992bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 1.23
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Docker meta
2626
id: meta

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v6
99
- name: Setup Go
10-
uses: actions/setup-go@v5
10+
uses: actions/setup-go@v6
1111
with:
1212
go-version: '1.23'
1313
cache-dependency-path: ./go.mod

0 commit comments

Comments
 (0)