We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a8b5f commit ab4fbb6Copy full SHA for ab4fbb6
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
# https://github.com/marketplace/actions/cache
80
- name: Cache Go modules
81
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v2
+ uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v2
82
with:
83
path: |
84
~/.cache/go-build
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
0 commit comments