Skip to content

Commit 1a23da1

Browse files
chore(deps): Update GitHub Actions (#1524)
| datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-tags | actions/setup-go | v6.3.0 | v6.4.0 | | github-releases | golangci/golangci-lint | v2.11.3 | v2.11.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 2eb9a9d commit 1a23da1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-grafana-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
repository: "grafana/grafana"
2828
path: "./grafana"
29-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3.0
29+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
3030
with:
3131
cache: false
3232
go-version-file: "./grafana/go.mod"

.github/workflows/check-incompatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
path: './grafana-plugin-sdk-go'
24-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3.0
24+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
2525
with:
2626
cache: false
2727
check-latest: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Setup go
23-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3.0
23+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
2424
with:
2525
go-version-file: ./go.mod
2626

2727
- name: Run golangci-lint
2828
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2929
with:
30-
version: v2.11.3
30+
version: v2.11.4
3131
args: |
3232
"./..." --timeout=7m
3333
skip-cache: true

0 commit comments

Comments
 (0)