mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#5184)
This commit is contained in:
parent
012cfc391c
commit
42185b6db0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
version: 3.x
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v2
|
||||
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
|
||||
with:
|
||||
path: |
|
||||
./dist/*.deb
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v4
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
|
||||
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
|
||||
with:
|
||||
path: |
|
||||
./dist/*.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user