Skip to content

Commit b13e350

Browse files
committed
update the release files
1 parent 0cd5d8e commit b13e350

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
env:
1010
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} # Requires a Grafana policy token from Grafana.com.
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup Node.js environment
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: '16'
17+
node-version: '20'
1818
cache: 'yarn'
1919

2020
- name: Setup Go environment
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.24.2'
23+
go-version: '1.25.7'
2424

2525
- name: Install dependencies
2626
run: yarn install --immutable --prefer-offline
@@ -40,14 +40,14 @@ jobs:
4040
if: steps.check-for-backend.outputs.has-backend == 'true'
4141
uses: magefile/mage-action@v1
4242
with:
43-
version: latest
43+
version: v1.15.0
4444
args: coverage
4545

4646
- name: Build backend
4747
if: steps.check-for-backend.outputs.has-backend == 'true'
4848
uses: magefile/mage-action@v1
4949
with:
50-
version: latest
50+
version: v1.15.0
5151
args: buildAll
5252

5353
- name: Get plugin metadata

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
env:
1515
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} # Requires a Grafana policy token from Grafana.com.
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup Node.js environment
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '16'
22+
node-version: '20'
2323
cache: 'yarn'
2424

2525
- name: Setup Go environment
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.24.2'
28+
go-version: '1.25.7'
2929

3030
- name: Install dependencies
3131
run: yarn install --immutable --prefer-offline
@@ -45,14 +45,14 @@ jobs:
4545
if: steps.check-for-backend.outputs.has-backend == 'true'
4646
uses: magefile/mage-action@v1
4747
with:
48-
version: latest
48+
version: v1.15.0
4949
args: coverage
5050

5151
- name: Build backend
5252
if: steps.check-for-backend.outputs.has-backend == 'true'
5353
uses: magefile/mage-action@v1
5454
with:
55-
version: latest
55+
version: v1.15.0
5656
args: buildAll
5757

5858
- name: Get plugin metadata

0 commit comments

Comments
 (0)