Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and webermarci committed Sep 15, 2023
1 parent 8496656 commit 61ee641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.18

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: go test -v -race
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.18

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: go test -v -race

0 comments on commit 61ee641

Please sign in to comment.