Skip to content

Commit

Permalink
Merge pull request #837 from topolvm/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-update-3e83326924

build(deps): bump the github-actions-update group with 1 update
  • Loading branch information
llamerada-jp committed Feb 1, 2024
2 parents 461c111 + 030b87f commit f8ab61a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-k8s-incluster-lvmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand All @@ -40,7 +40,7 @@ jobs:
restore-keys: |
go-
- name: cache e2e sidecar binaries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
e2e/tmpbin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-k8s-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
with:
go-version-file: "go.mod"
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: go-${{ hashFiles('go.sum', 'Makefile', 'versions.mk') }}
restore-keys: |
go-
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: |
bin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand All @@ -31,7 +31,7 @@ jobs:
restore-keys: |
go-
- name: cache e2e sidecar binaries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
e2e/tmpbin
Expand All @@ -40,7 +40,7 @@ jobs:
e2e-sidecars-
- run: make -C e2e setup
- run: make -C e2e topolvm.img
- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
with:
path: |
bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version-file: "go.mod"

- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: cache go dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit f8ab61a

Please sign in to comment.