Skip to content

Commit a7c1b0e

Browse files
Automated update to latest version (#607)
Co-authored-by: academo <227916+academo@users.noreply.github.com>
1 parent 68d9b5d commit a7c1b0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+934
-661
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.1.8"
2+
"version": "6.1.11"
33
}

examples/app-basic/.github/workflows/bundle-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
2626

examples/app-basic/.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
env:
2525
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
persist-credentials: false
3030
- name: Setup Node.js environment
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: '22'
3434
cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Setup Go environment
5757
if: steps.check-for-backend.outputs.has-backend == 'true'
58-
uses: actions/setup-go@v5
58+
uses: actions/setup-go@v6
5959
with:
6060
go-version: '1.22'
6161

@@ -116,7 +116,7 @@ jobs:
116116
ARCHIVE: ${{ steps.metadata.outputs.archive }}
117117

118118
- name: Archive Build
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: ${{ steps.metadata.outputs.plugin-id }}-${{ steps.metadata.outputs.plugin-version }}
122122
path: ${{ steps.metadata.outputs.plugin-id }}
@@ -134,7 +134,7 @@ jobs:
134134
matrix: ${{ steps.resolve-versions.outputs.matrix }}
135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v5
138138
with:
139139
persist-credentials: false
140140

@@ -156,12 +156,12 @@ jobs:
156156
name: e2e test ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
157157
runs-on: ubuntu-latest
158158
steps:
159-
- uses: actions/checkout@v4
159+
- uses: actions/checkout@v5
160160
with:
161161
persist-credentials: false
162162

163163
- name: Download plugin
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v6
165165
with:
166166
path: dist
167167
name: ${{ needs.build.outputs.plugin-id }}-${{ needs.build.outputs.plugin-version }}
@@ -172,7 +172,7 @@ jobs:
172172
chmod +x ./dist/gpx_*
173173
174174
- name: Setup Node.js environment
175-
uses: actions/setup-node@v4
175+
uses: actions/setup-node@v6
176176
with:
177177
node-version: '22'
178178
cache: 'npm'
@@ -231,7 +231,7 @@ jobs:
231231
needs: [playwright-tests]
232232
runs-on: ubuntu-latest
233233
steps:
234-
- uses: actions/checkout@v4
234+
- uses: actions/checkout@v5
235235
with:
236236
# required for playwright-gh-pages
237237
persist-credentials: true

examples/app-basic/.github/workflows/cp-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v1.1.0
17+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1
1818
with:
1919
# Make sure to save the token in your repository secrets as `GH_PAT_TOKEN`
2020
token: ${{ secrets.GH_PAT_TOKEN }}

examples/app-basic/.github/workflows/is-compatible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
permissions:
88
contents: read
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
persist-credentials: false
1313

1414
- name: Setup Node.js environment
15-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
15+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1616
with:
1717
node-version: '22'
1818
cache: 'npm'

examples/app-basic/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
2121

0 commit comments

Comments
 (0)