Skip to content

Commit 6f8abd3

Browse files
ci(deps): bump the github-actions group with 2 updates (#43)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5181f5d commit 6f8abd3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: jdx/mise-action@v3
2020

2121
- name: Setup Go with caching
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: "go.mod"
2525
cache: true
@@ -53,7 +53,7 @@ jobs:
5353
uses: jdx/mise-action@v3
5454

5555
- name: Setup Go with caching
56-
uses: actions/setup-go@v5
56+
uses: actions/setup-go@v6
5757
with:
5858
go-version-file: "go.mod"
5959
cache: true
@@ -107,7 +107,7 @@ jobs:
107107
uses: jdx/mise-action@v3
108108

109109
- name: Setup Go with caching
110-
uses: actions/setup-go@v5
110+
uses: actions/setup-go@v6
111111
with:
112112
go-version-file: "go.mod"
113113
cache: true
@@ -251,7 +251,7 @@ jobs:
251251
uses: jdx/mise-action@v3
252252

253253
- name: Setup Go with caching
254-
uses: actions/setup-go@v5
254+
uses: actions/setup-go@v6
255255
with:
256256
go-version-file: "go.mod"
257257
cache: true
@@ -272,7 +272,7 @@ jobs:
272272
uses: jdx/mise-action@v3
273273

274274
- name: Setup Go with caching
275-
uses: actions/setup-go@v5
275+
uses: actions/setup-go@v6
276276
with:
277277
go-version-file: "go.mod"
278278
cache: true
@@ -294,7 +294,7 @@ jobs:
294294
uses: jdx/mise-action@v3
295295

296296
- name: Setup Go with caching
297-
uses: actions/setup-go@v5
297+
uses: actions/setup-go@v6
298298
with:
299299
go-version-file: "go.mod"
300300
cache: true

.github/workflows/coverage-comment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Download coverage artifacts
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
script: |
2323
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Get PR number
6666
id: pr
67-
uses: actions/github-script@v7
67+
uses: actions/github-script@v8
6868
with:
6969
script: |
7070
const { data: pullRequests } = await github.rest.pulls.list({
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Comment PR with coverage
8585
if: steps.pr.outputs.result != 'null'
86-
uses: actions/github-script@v7
86+
uses: actions/github-script@v8
8787
with:
8888
script: |
8989
const fs = require('fs');

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: jdx/mise-action@v3
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: "go.mod"
2828
cache: true

0 commit comments

Comments
 (0)