Skip to content

Commit ecdc8bc

Browse files
chore(deps): bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.2` | `7.1.4` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.0.0` | `6.1.0` | | [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) | `2c655a3602eeee00c12d1f4edd41f7af43baf2e9` | `67242320753dafe060804a8bc2e4917644a9ff4d` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.0.0` | `9.1.0` | Updates `astral-sh/setup-uv` from 7.1.2 to 7.1.4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@8585678...1e862df) Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) Updates `hoverkraft-tech/compose-action` from 2c655a3602eeee00c12d1f4edd41f7af43baf2e9 to 67242320753dafe060804a8bc2e4917644a9ff4d - [Release notes](https://github.com/hoverkraft-tech/compose-action/releases) - [Commits](hoverkraft-tech/compose-action@2c655a3...6724232) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `golangci/golangci-lint-action` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@0a35821...e7fa5ac) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: hoverkraft-tech/compose-action dependency-version: 67242320753dafe060804a8bc2e4917644a9ff4d dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ff432c commit ecdc8bc

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
33+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
36+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3737
with:
3838
go-version: "1.24"
3939
cache: true
@@ -52,7 +52,7 @@ jobs:
5252
OPENAI_API_KEY=openai:api-key
5353
5454
- name: Start docker-compose services
55-
uses: hoverkraft-tech/compose-action@2c655a3602eeee00c12d1f4edd41f7af43baf2e9
55+
uses: hoverkraft-tech/compose-action@67242320753dafe060804a8bc2e4917644a9ff4d
5656
with:
5757
compose-file: "docker-compose.yaml"
5858

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
# Do this early so that it can start up in time for the tests to run.
2525
# We may need to add a wait here.
2626
- name: Start docker-compose services
27-
uses: hoverkraft-tech/compose-action@2c655a3602eeee00c12d1f4edd41f7af43baf2e9
27+
uses: hoverkraft-tech/compose-action@67242320753dafe060804a8bc2e4917644a9ff4d
2828
with:
2929
compose-file: "docker-compose.yaml"
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
32+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3333
with:
3434
go-version: "1.24"
3535
cache: true
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555

5656
- name: Set up Go
57-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
57+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5858
with:
5959
go-version: "1.24"
6060
cache: true

.github/workflows/release.yml

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

2222
- name: Set up Go
23-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2424
with:
2525
go-version: stable
2626
# Do not use any caches when creating a release.

.github/workflows/test-install-scripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232

@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v4
8686

8787
- name: Setup Node.js
88-
uses: actions/setup-node@v4
88+
uses: actions/setup-node@v6
8989
with:
9090
node-version: '22'
9191

@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v4
120120

121121
- name: Setup Node.js
122-
uses: actions/setup-node@v4
122+
uses: actions/setup-node@v6
123123
with:
124124
node-version: '22'
125125

.github/workflows/unit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
24+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2525
with:
2626
go-version: "1.24"
2727
cache: true
@@ -37,12 +37,12 @@ jobs:
3737
with:
3838
persist-credentials: false
3939
- name: Set up Go
40-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
40+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4141
with:
4242
go-version: "1.24"
4343
cache: true
4444
- name: Run golangci-lint
45-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
45+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
4646
with:
4747
version: v2.3.0
4848

@@ -56,7 +56,7 @@ jobs:
5656
persist-credentials: false
5757

5858
- name: Set up Go
59-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
59+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6060
with:
6161
go-version: "1.24"
6262
cache: true

0 commit comments

Comments
 (0)