Skip to content

Commit

Permalink
chore: update actions/checkout action to v4.1.3 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 1c661c1 commit 2c8a770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: setup golang
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: setup golang
uses: actions/[email protected]
with:
Expand All @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: run revive
uses: morphy2k/[email protected]
with:
Expand Down

0 comments on commit 2c8a770

Please sign in to comment.