Skip to content

Commit

Permalink
chore: bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Aug 16, 2023
1 parent 3bf9f7d commit a3b3031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.21
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: go build -v ./...
- run: go install github.com/jpoles1/gopherbadger@latest
- run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
Expand Down

0 comments on commit a3b3031

Please sign in to comment.