mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
chore(deps): bump actions/cache from 4.0.2 to 4.1.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...3624ceb22c
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
68512056e8
commit
9fc4f64913
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
echo "::set-output name=cache::$(go env GOCACHE)"
|
echo "::set-output name=cache::$(go env GOCACHE)"
|
||||||
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
|
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
|
||||||
- name: Cache go modules
|
- name: Cache go modules
|
||||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ steps.cache-paths.outputs.cache }}
|
${{ steps.cache-paths.outputs.cache }}
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
echo "::set-output name=cache::$(go env GOCACHE)"
|
echo "::set-output name=cache::$(go env GOCACHE)"
|
||||||
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
|
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
|
||||||
- name: Cache go modules
|
- name: Cache go modules
|
||||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ steps.go-env.outputs.cache }}
|
${{ steps.go-env.outputs.cache }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user