Skip to content

Commit

Permalink
Merge pull request #47 from roadrunner-server/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
rustatian authored Jan 18, 2024
2 parents 379b375 + 9c8e796 commit 6658b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
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 6658b23

Please sign in to comment.