Skip to content

Commit

Permalink
Merge branch 'main' into renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 27, 2023
2 parents 16e129a + bfa3134 commit 6ec1388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

Expand All @@ -42,7 +42,7 @@ jobs:

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

Expand Down

0 comments on commit 6ec1388

Please sign in to comment.