Skip to content

Commit ee2e4e8

Browse files
Update actions/checkout action to v6
1 parent eeef577 commit ee2e4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v3
1818
-
1919
name: Check out the repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
#-
2222
# name: Log in to DockerHub
2323
# uses: docker/login-action@v1

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: go
1717

1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Build
2222
run: go build -v .

0 commit comments

Comments
 (0)