Skip to content

Commit

Permalink
Merge pull request #4610 from restic/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
MichaelEischer committed Jan 6, 2024
2 parents 5c4fca7 + 2c60dd9 commit 3a61622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

steps:
- name: Set up Go ${{ env.latest_go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.latest_go }}

Expand All @@ -244,7 +244,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go ${{ env.latest_go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.latest_go }}

Expand Down

0 comments on commit 3a61622

Please sign in to comment.