Skip to content

Commit 307a088

Browse files
updateclibot[bot]updatecli
andauthored
deps(github/action): bump all dependencies (#385)
* chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 4b17f4ea784de29f71f85f9bc4955402ba1ae53c to 2cc8e6d8e356d76b0280cdd03766c36596a0614e (Pinned from v3.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-go from 4b7346... ... 4bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/setup-go from 4b... ... 73464bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-go from 4b7346... ... 4bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-go from 4b7346... ... 4bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-go from 4b7346... ... 4bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/setup-go from 4b7346... ... 4bb391d4059bd26b0524d20df3927bd417 to 4a3601121dd01d1626a1e23e37211e3254c1c06c (Pinned from v6.4.0) Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent c783613 commit 307a088

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo docker builder prune -a
2828
df -h
2929
- name: Set up Go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
cache: false
3333
go-version: 1.26.1

.github/workflows/release-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3232
# https://github.com/actions/setup-go
3333
- name: Set up Go
34-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
3636
go-version: 1.26.1
3737
id: go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3232
# https://github.com/actions/setup-go
3333
- name: Set up Go
34-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
3636
go-version: 1.26.1
3737
id: go

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: "Checkout"
1414
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
16+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1717
with:
1818
version: "v0.115.0"
1919
- name: "Set up Go"
20-
uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0
20+
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
2121
with:
2222
go-version-file: "go.mod"
2323
id: go

.github/workflows/updatecli_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: "Checkout"
1212
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
14+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1515
with:
1616
version: "v0.115.0"
1717
- name: "Set up Go"
18-
uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0
18+
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
1919
with:
2020
go-version-file: "go.mod"
2121
id: go

.github/workflows/updatecli_update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: "Checkout"
1616
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
18+
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1919
with:
2020
version: "v0.115.0"
2121
- name: "Set up Go"
22-
uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0
22+
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
2323
with:
2424
go-version-file: "go.mod"
2525
id: go

0 commit comments

Comments
 (0)