Skip to content

Commit 6f67ae5

Browse files
chore(deps): bump the github-actions group with 2 updates (#806)
Bumps the github-actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [docker/cagent-action](https://github.com/docker/cagent-action). Updates `actions/setup-go` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4b73464...4a36011) Updates `docker/cagent-action` from 1.2.13 to 1.3.2 - [Release notes](https://github.com/docker/cagent-action/releases) - [Commits](docker/cagent-action@3a12dbd...b4ccf4c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/cagent-action dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03eea37 commit 6f67ae5

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
2121
with:
2222
go-version: 1.25.8
2323
cache: true
@@ -43,7 +43,7 @@ jobs:
4343
run: stat vendor && exit 1 || exit 0
4444

4545
- name: Set up Go
46-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
46+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
4747
with:
4848
go-version: 1.25.8
4949
cache: true

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
submodules: recursive
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
28+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
2929
with:
3030
go-version: 1.25.8
3131
cache: true

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
19+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
2020
with:
2121
go-version: 1.25.8
2222
cache: true

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
fetch-depth: 0
162162

163163
- name: Generate release notes
164-
uses: docker/cagent-action@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de
164+
uses: docker/cagent-action@b4ccf4cc94f5b34d1760709012c40975f6def2d1
165165
with:
166166
agent: .github/agents/release-notes-generator.yaml
167167
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -205,7 +205,7 @@ jobs:
205205
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
206206

207207
- name: Set up Go
208-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
208+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
209209
with:
210210
go-version: 1.25.8
211211
cache: true
@@ -537,7 +537,7 @@ jobs:
537537

538538
- name: Set up Go
539539
if: steps.check-docs.outputs.changed == 'true'
540-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
540+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
541541
with:
542542
go-version: 1.25.8
543543
cache: true

0 commit comments

Comments
 (0)