From 95eec385f15cde1e720288ecc8d31b4aeb401f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:41:58 +0000 Subject: [PATCH] chore(deps): bump kenji-miyake/setup-sd from 1 to 2 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] --- .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 d69a3f3d8b0..cb25e129c8a 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