Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4 to 5 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 7d8fef2 commit b6b6b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
- uses: ./
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
- uses: ./
Expand All @@ -111,7 +111,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
- uses: ./
Expand Down

0 comments on commit b6b6b37

Please sign in to comment.