Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gucio321/hellspawner
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 27, 2024
2 parents db9599b + 1a41add commit 41ba34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: go

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

0 comments on commit 41ba34a

Please sign in to comment.