Skip to content

Commit

Permalink
Lock cache action on patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Mar 28, 2022
1 parent ea5e636 commit 09bcd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v3.0.0
id: go-mod-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 09bcd85

Please sign in to comment.