Skip to content

Commit

Permalink
Merge pull request #227 from buildpacks/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
natalieparellano authored Oct 30, 2023
2 parents 5472585 + 84b852b commit 36b290a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Test
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Test
Expand Down

0 comments on commit 36b290a

Please sign in to comment.