We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18c63c commit a5f3d6cCopy full SHA for a5f3d6c
.github/workflows/release-dotnet-provider.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
25
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
26
- name: Set up Go cache
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
id: go-cache
29
with:
30
path: |
0 commit comments