Skip to content

Commit 5fbc53f

Browse files
Copilotnomeguy
andcommitted
Update checkout action to v4 for consistency with modern GitHub Actions
Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent 07c1e52 commit 5fbc53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: '1.23.0'
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Run Unit tests
2424
run: go test -v -coverprofile=./profile.cov ./...
2525

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535

36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737

3838
- name: Run semantic-release
3939
run: |

0 commit comments

Comments
 (0)