Skip to content

Commit f068712

Browse files
updateclibot[bot]updatecli
andauthored
deps(github/action): bump all dependencies (#263)
* chore: deps(github): bump Action tag for actions/checkout from 11bd71... ... 901bbe5b1630ceea73d27597364c9af683 to 08c6903cd8c0fde910a37f88322edcfb5dd907a8 (Pinned from v5.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from 11bd71... ... 901bbe5b1630ceea73d27597364c9af683 to 08c6903cd8c0fde910a37f88322edcfb5dd907a8 (Pinned from v5.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from 11... ... bd71901bbe5b1630ceea73d27597364c9af683 to 08c6903cd8c0fde910a37f88322edcfb5dd907a8 (Pinned from v5.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from 11bd71... ... 901bbe5b1630ceea73d27597364c9af683 to 08c6903cd8c0fde910a37f88322edcfb5dd907a8 (Pinned from v5.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from 11bd71... ... 901bbe5b1630ceea73d27597364c9af683 to 08c6903cd8c0fde910a37f88322edcfb5dd907a8 (Pinned from v5.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action branch for updatecli/updatecli-actio... ... n from f269507012a1bba941d910fae38ae83ae3895486 to 30b9a3bc42b3bfbf8a8fa21b99904156f85a40e5 (Pinned from v2) Made with ❤️️ by updatecli * chore: deps(github): bump Action branch for updatecli/updatecli-actio... ... n from 30b9a3bc42b3bfbf8a8fa21b99904156f85a40e5 to e91c5dd19b2d581b415049a57e0eb92679a42287 (Pinned from v2) Made with ❤️️ by updatecli * chore: deps(github): bump Action branch for crate-ci/typos from 52bd7... ... 19c2c91f9d676e2aa359fc8e0db8925e6d8 to a67079b4ae32e18c3f53d75368c52ce53b5fb56b (Pinned from master) Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent d76077e commit f068712

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: 1.24.6
2424
id: go
2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2929
with:

.github/workflows/release-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
DOCKER_CLI_EXPERIMENTAL: "enabled"
1616
DOCKER_BUILDKIT: 1
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
fetch-depth: 0
2121
- name: Set up QEMU

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
DOCKER_CLI_EXPERIMENTAL: "enabled"
1616
DOCKER_BUILDKIT: 1
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
fetch-depth: 0
2121
- name: Set up QEMU

.github/workflows/typos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
contents: read
1010
steps:
1111
- name: Checkout Actions Repository
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
- name: Check spelling of file.txt
14-
uses: crate-ci/typos@52bd719c2c91f9d676e2aa359fc8e0db8925e6d8 # master
14+
uses: crate-ci/typos@a67079b4ae32e18c3f53d75368c52ce53b5fb56b # master

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: "Checkout"
15-
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
15+
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
1616
- name: "Setup updatecli"
17-
uses: "updatecli/updatecli-action@f269507012a1bba941d910fae38ae83ae3895486" # v2
17+
uses: "updatecli/updatecli-action@e91c5dd19b2d581b415049a57e0eb92679a42287" # v2
1818
- name: Set up Go
1919
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2020
with:

0 commit comments

Comments
 (0)