Skip to content

Commit 4b39a2a

Browse files
committed
feat ✨(ci): change version checkout actions (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent f80010a commit 4b39a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: golang:1.23
2222
steps:
2323
- name: Check out a copy of the repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

0 commit comments

Comments
 (0)