Skip to content

Commit 4b996bc

Browse files
Update go with actions/checkout@v5
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent ec4d566 commit 4b996bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

@@ -31,7 +31,7 @@ jobs:
3131
docker-build:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
- name: Build Docker image

0 commit comments

Comments
 (0)