Skip to content

Commit 330f7f3

Browse files
chore(deps): bump the github-actions group across 1 directory with 11 updates (#4462)
Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [grafana/shared-workflows](https://github.com/grafana/shared-workflows), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/setup-go](https://github.com/actions/setup-go), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/setup-node](https://github.com/actions/setup-node), [docker/login-action](https://github.com/docker/login-action), [grafana/helm-charts](https://github.com/grafana/helm-charts), [grafana/writers-toolkit](https://github.com/grafana/writers-toolkit) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) to permit the latest version. Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `grafana/shared-workflows` to 28361cdb22223e5f1e34358c86c20908e7248760 - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Changelog](https://github.com/grafana/shared-workflows/blob/main/release-please-config.json) - [Commits](https://github.com/grafana/shared-workflows/commits/28361cdb22223e5f1e34358c86c20908e7248760) Updates `actions/create-github-app-token` from 2.0.2 to 2.1.4 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@3ff1caa...6701853) Updates `actions/setup-go` from 5.4.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...4469467) Updates `docker/setup-qemu-action` from 2.2.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2.2.0...2910929) Updates `docker/setup-buildx-action` from 2.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2.10.0...e468171) Updates `actions/setup-node` from 3.9.1 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.9.1...a0853c2) Updates `docker/login-action` from 2.2.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...5e57cd1) Updates `grafana/helm-charts` from 64b1c8260d69a9b1d9a186df25c51358b92f7662 to b672274878f23b6817e406922775fbfee6352a1a - [Release notes](https://github.com/grafana/helm-charts/releases) - [Commits](grafana/helm-charts@64b1c82...b672274) Updates `grafana/writers-toolkit` from 9ccaaf1f78c5c045229e7088e816925311c67abc to 77cdb4fb19b931f44dafcbb3e6d48c5212f382ee - [Release notes](https://github.com/grafana/writers-toolkit/releases) - [Changelog](https://github.com/grafana/writers-toolkit/blob/main/RELEASE.md) - [Commits](grafana/writers-toolkit@9ccaaf1...77cdb4f) Updates `goreleaser/goreleaser-action` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9c156ee...e435ccd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: grafana/shared-workflows dependency-version: 28361cdb22223e5f1e34358c86c20908e7248760 dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: grafana/helm-charts dependency-version: b672274878f23b6817e406922775fbfee6352a1a dependency-type: direct:production dependency-group: github-actions - dependency-name: grafana/writers-toolkit dependency-version: 77cdb4fb19b931f44dafcbb3e6d48c5212f382ee dependency-type: direct:production dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46e8409 commit 330f7f3

13 files changed

+54
-54
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: "write"
2020
steps:
2121
- name: Checkout Actions
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
repository: "grafana/grafana-github-actions"
2525
persist-credentials: false
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Generate token
4040
id: app-token
41-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
41+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
4242
with:
4343
app-id: ${{ env.GITHUB_APP_ID }}
4444
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-x64-large
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2525
with:
2626
persist-credentials: false
2727
- name: Install Go
28-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
28+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2929
with:
3030
go-version: 1.24.6
3131
- name: Format
@@ -34,11 +34,11 @@ jobs:
3434
runs-on: ubuntu-x64-large
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
3838
with:
3939
persist-credentials: false
4040
- name: Install Go
41-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
41+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
4343
go-version: 1.24.6
4444
- name: Check generated files
@@ -51,11 +51,11 @@ jobs:
5151
runs-on: ubuntu-${{ matrix.arch }}-large
5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
5555
with:
5656
persist-credentials: false
5757
- name: Install Go
58-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
58+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5959
with:
6060
go-version: 1.24.6
6161
- name: Go Mod
@@ -66,11 +66,11 @@ jobs:
6666
runs-on: ubuntu-x64-large
6767
steps:
6868
- name: Checkout code
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
69+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
7070
with:
7171
persist-credentials: false
7272
- name: Install Go
73-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
73+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
7474
with:
7575
go-version: 1.24.6
7676
- name: Run linter
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-x64-small
8383
steps:
8484
- name: "Check out code"
85-
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
85+
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v4
8686
with:
8787
persist-credentials: false
8888
- name: "Test docs"
@@ -93,18 +93,18 @@ jobs:
9393
runs-on: ubuntu-x64
9494
steps:
9595
- name: Checkout Repo
96-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
96+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
9797
with:
9898
persist-credentials: false
9999
- name: Set up QEMU
100100
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
101101
- name: Set up Docker Buildx
102-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
102+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
103103
- name: Set up go
104-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
104+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
105105
with:
106106
go-version: 1.24.6
107-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
107+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v3
108108
with:
109109
node-version: 20
110110
cache: yarn
@@ -123,15 +123,15 @@ jobs:
123123
image-tag: ${{ steps.push-metadata.outputs.image-tag }}
124124
steps:
125125
- name: Checkout Repo
126-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
126+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
127127
with:
128128
persist-credentials: false
129129
- name: Set up QEMU
130130
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
131131
- name: Set up Docker Buildx
132-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
132+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
133133
- name: Set up go
134-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
134+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
135135
with:
136136
go-version: 1.24.6
137137
# login to docker hub
@@ -141,7 +141,7 @@ jobs:
141141
common_secrets: |
142142
DOCKERHUB_USERNAME=dockerhub:username
143143
DOCKERHUB_PASSWORD=dockerhub:password
144-
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
144+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
145145
name: Login to Docker Hub
146146
with:
147147
username: ${{ env.DOCKERHUB_USERNAME }}
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- id: "submit-argowfs-deployment"
170170
name: "Submit Argo Workflows deployment"
171-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@af9b0c52635d39023136fb9312a354f91d9b2bfd
171+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@28361cdb22223e5f1e34358c86c20908e7248760
172172
with:
173173
namespace: "phlare-cd"
174174
workflow_template: "deploy-pyroscope-dev"

.github/workflows/frontend.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-x64
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
with:
2222
persist-credentials: 'false'
23-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2424
with:
2525
node-version: 20
2626
cache: yarn
@@ -31,10 +31,10 @@ jobs:
3131
runs-on: ubuntu-x64
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
persist-credentials: 'false'
37-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
37+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3838
with:
3939
node-version: 20
4040
cache: yarn
@@ -45,10 +45,10 @@ jobs:
4545
runs-on: ubuntu-x64
4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949
with:
5050
persist-credentials: 'false'
51-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
51+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5252
with:
5353
node-version: 20
5454
cache: yarn
@@ -59,10 +59,10 @@ jobs:
5959
runs-on: ubuntu-x64
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363
with:
6464
persist-credentials: 'false'
65-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
65+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6666
with:
6767
node-version: 20
6868
cache: yarn

.github/workflows/fuzzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-x64
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
persist-credentials: 'false'
1616
- name: Install Go
17-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
17+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1818
with:
1919
go-version: 1.24.6
2020
- name: Run Fuzz_Merge_Single

.github/workflows/helm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
1212
with:
1313
persist-credentials: false
1414
- name: Check Docs

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: "write"
1313
id-token: "write"
1414
packages: "write"
15-
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@64b1c8260d69a9b1d9a186df25c51358b92f7662
15+
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@b672274878f23b6817e406922775fbfee6352a1a
1616
with:
1717
charts_dir: operations/pyroscope/helm/
1818
cr_configfile: operations/pyroscope/helm/cr.yaml

.github/workflows/publish-technical-documentation-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
id-token: write
1818
runs-on: ubuntu-x64-small
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
persist-credentials: false
23-
- uses: grafana/writers-toolkit/publish-technical-documentation@9ccaaf1f78c5c045229e7088e816925311c67abc
23+
- uses: grafana/writers-toolkit/publish-technical-documentation@ce30c506bd39809c6273af4492da352df0e9cbbe
2424
with:
2525
website_directory: content/docs/pyroscope/next

.github/workflows/publish-technical-documentation-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
id-token: write
2020
runs-on: ubuntu-x64-small
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0
26-
- uses: grafana/writers-toolkit/publish-technical-documentation-release@9ccaaf1f78c5c045229e7088e816925311c67abc
26+
- uses: grafana/writers-toolkit/publish-technical-documentation-release@ce30c506bd39809c6273af4492da352df0e9cbbe
2727
with:
2828
release_tag_regexp: "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"
2929
release_branch_regexp: "^release/v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-x64-large
2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: 'false'
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set GORELEASER_PREVIOUS_TAG
2929
run: echo "GORELEASER_PREVIOUS_TAG=$(git tag -l --sort=-version:refname | grep -E '^v.*' | head -n 2 | tail -1)" >> $GITHUB_ENV
3030
- run: git fetch --force --tags
31-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
31+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3232
with:
3333
go-version: "1.24.6"
3434
cache: false
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up QEMU
4141
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
43+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4444
# login to docker hub
4545
- id: get-secrets
4646
uses: grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760
@@ -53,19 +53,19 @@ jobs:
5353
GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY=grafana-pyroscope-bot:app-private-key
5454
- name: Get github app token (valid for an hour)
5555
id: brew-token
56-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
56+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5757
with:
5858
app-id: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_APP_ID }}
5959
private-key: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY }}
6060
owner: pyroscope-io
6161
repositories: homebrew-brew
62-
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
62+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
6363
name: Login to Docker Hub
6464
with:
6565
username: ${{ env.DOCKERHUB_USERNAME }}
6666
password: ${{ env.DOCKERHUB_PASSWORD }}
6767
- run: make frontend/build
68-
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
68+
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
6969
with:
7070
# ensure this aligns with the version specified in the /Makefile
7171
version: v2.7.0

.github/workflows/test-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-x64-large
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
persist-credentials: 'false'
2222
- name: Install Go
23-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
go-version: 1.24.6
2626
- name: Run tests

0 commit comments

Comments
 (0)