Skip to content

Commit

Permalink
Merge pull request #376 from buildpacks-community/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
chenbh authored Jan 2, 2024
2 parents ac9b4fd + 7f4b340 commit c61b556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Extract version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5

- name: Check docs up to date
run: |
Expand Down

0 comments on commit c61b556

Please sign in to comment.