Skip to content

Commit 8ccd979

Browse files
chore(deps): Update actions
1 parent 6cbc8fd commit 8ccd979

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/cd-badger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: "${{ github.event.inputs.releasetag }}"
2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: go.mod
2525
- name: Set Badger Release Version
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
ref: "${{ github.event.inputs.releasetag }}"
6262
- name: Set up Go
63-
uses: actions/setup-go@v5
63+
uses: actions/setup-go@v6
6464
with:
6565
go-version-file: go.mod
6666
- name: Set Badger Release Version

.github/workflows/ci-badger-bank-tests-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Setup Go
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version-file: go.mod
2727
- name: Install Dependencies

.github/workflows/ci-badger-bank-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Setup Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: go.mod
2525
- name: Install Dependencies

.github/workflows/ci-badger-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Setup Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: go.mod
2525
- name: Install Dependencies

.github/workflows/ci-dgraph-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
repository: hypermodeinc/dgraph
2323
ref: main
2424
- name: Set up Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: go.mod
2828
- name: Fetch latest Badger version
2929
run: |
3030
go get github.com/dgraph-io/badger/v4@main
3131
- name: Set up Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v5
3333
with:
3434
node-version: 16 || 22
3535
- name: Install protobuf-compiler

0 commit comments

Comments
 (0)