Skip to content

Commit f2c90c7

Browse files
chore(deps): update actions/cache action to v5 (#1357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4bea0c commit f2c90c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
go-version-file: 'go.mod'
6868
- name: Generate date-based tag for testing
6969
run: $tag = Get-Date -Format "yyyyMMddHHmmss"; echo "TAG=$tag" | Out-File -FilePath $env:GITHUB_ENV -Append
70-
- uses: actions/cache@v4
70+
- uses: actions/cache@v5
7171
with:
7272
path: |
7373
~\AppData\Local\go-build

0 commit comments

Comments
 (0)