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 f4bea0c commit f2c90c7Copy full SHA for f2c90c7
1 file changed
.github/workflows/build-windows-integration-test.yml
@@ -67,7 +67,7 @@ jobs:
67
go-version-file: 'go.mod'
68
- name: Generate date-based tag for testing
69
run: $tag = Get-Date -Format "yyyyMMddHHmmss"; echo "TAG=$tag" | Out-File -FilePath $env:GITHUB_ENV -Append
70
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
71
with:
72
path: |
73
~\AppData\Local\go-build
0 commit comments