Skip to content

Commit

Permalink
Update actions/setup-go action to v5 (#707)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 7934714 commit a4b1f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.19
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.19
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.19
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand Down

0 comments on commit a4b1f3b

Please sign in to comment.