From c9c4546705bc5a3ef4ebaff0cd151e32b1a5b16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:31:03 +0300 Subject: [PATCH] chore(deps): bump kenji-miyake/setup-sd from 1 to 2 (#4000) Bumps [kenji-miyake/setup-sd](https://github.com/kenji-miyake/setup-sd) from 1 to 2. - [Release notes](https://github.com/kenji-miyake/setup-sd/releases) - [Commits](https://github.com/kenji-miyake/setup-sd/compare/v1...v2) --- updated-dependencies: - dependency-name: kenji-miyake/setup-sd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-tool-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tool-versions.yaml b/.github/workflows/update-tool-versions.yaml index 513289ad93e..351d16740ab 100644 --- a/.github/workflows/update-tool-versions.yaml +++ b/.github/workflows/update-tool-versions.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up sd - uses: kenji-miyake/setup-sd@v1 + uses: kenji-miyake/setup-sd@v2 - name: Get clang-format version id: get-clang-format-version