Skip to content

Commit

Permalink
Merge branch 'master' into generate-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek authored Apr 3, 2024
2 parents 5d60ea1 + f971092 commit 6e247d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/user-identity-mapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles ('**/go.sum') }}
Expand Down

0 comments on commit 6e247d7

Please sign in to comment.