Skip to content

Commit df26d43

Browse files
chore(deps): Update actions to v6 (main) (major) (#9509)
1 parent f967fa0 commit df26d43

14 files changed

+15
-15
lines changed

.github/workflows/cd-dgraph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ref: "${{ github.event.inputs.releasetag }}"
3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: go.mod
3434
- name: Install protobuf-compiler
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
ref: "${{ github.event.inputs.releasetag }}"
130130
- name: Set up Go
131-
uses: actions/setup-go@v5
131+
uses: actions/setup-go@v6
132132
with:
133133
go-version-file: go.mod
134134
- name: Install protobuf-compiler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Install protobuf-compiler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Make Linux Build and Docker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: go.mod
3434
- name: Run fuzz tests

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Make Linux Build and Docker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
JEPSEN_ROOT=$(pwd)
3131
echo "JEPSEN_ROOT=$JEPSEN_ROOT" >> $GITHUB_ENV
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Make dgraph linux build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Dgraph
3030
uses: actions/checkout@v5
3131
- name: Set up Go
32-
uses: actions/setup-go@v5
32+
uses: actions/setup-go@v6
3333
with:
3434
go-version-file: go.mod
3535
- name: Make Linux Build and Docker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: go.mod
3434
- name: Make Linux Build and Docker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Make Linux Build and Docker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version-file: go.mod
3636
- name: Install protobuf-compiler

0 commit comments

Comments
 (0)