Skip to content

Commit 1632bb1

Browse files
committed
Merge remote-tracking branch 'v3io/development' into IG-24260
2 parents 778f6b8 + 2732d35 commit 1632bb1

File tree

2 files changed

+1
-149
lines changed

2 files changed

+1
-149
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,7 @@ jobs:
4444
- name: Dump github ref
4545
run: echo "$GITHUB_REF"
4646

47-
- uses: actions/cache@v2
48-
with:
49-
path: ~/go/pkg/mod
50-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
51-
restore-keys: |
52-
${{ runner.os }}-go-
53-
54-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v5
5548
with:
5649
ref: refs/pull/${{ github.event.number }}/merge
5750

.github/workflows/push.yaml

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)