Skip to content

Commit

Permalink
Merge pull request #455 from blinklabs-io/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-4

chore(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
wolf31o2 authored Dec 6, 2023
2 parents 19e8a0d + 3bbfdba commit 16a6793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
- run: |
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
- run: |
Expand Down

0 comments on commit 16a6793

Please sign in to comment.