From 15b9d1fd4ef21c58cd548cf092fea2cac8d48541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:51:43 +0000 Subject: [PATCH] Bump score-spec/setup-score from 3.2.0 to 3.2.1 Bumps [score-spec/setup-score](https://github.com/score-spec/setup-score) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/score-spec/setup-score/releases) - [Commits](https://github.com/score-spec/setup-score/compare/78de9126e3f298fe8b799b6afb7b0b67bfe0d1e3...200eb5eef7076b4d72da20bef38e80a49af6b7b6) --- updated-dependencies: - dependency-name: score-spec/setup-score dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/run-tests-on-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests-on-pr.yml b/.github/workflows/run-tests-on-pr.yml index 62e00f8..74b7d0b 100644 --- a/.github/workflows/run-tests-on-pr.yml +++ b/.github/workflows/run-tests-on-pr.yml @@ -115,7 +115,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: install score-compose - uses: score-spec/setup-score@78de9126e3f298fe8b799b6afb7b0b67bfe0d1e3 # v3.2.0 + uses: score-spec/setup-score@200eb5eef7076b4d72da20bef38e80a49af6b7b6 # v3.2.1 with: file: score-compose token: ${{ secrets.GITHUB_TOKEN }} @@ -130,7 +130,7 @@ jobs: run: | make kind-load-image - name: install score-k8s - uses: score-spec/setup-score@78de9126e3f298fe8b799b6afb7b0b67bfe0d1e3 # v3.2.0 + uses: score-spec/setup-score@200eb5eef7076b4d72da20bef38e80a49af6b7b6 # v3.2.1 with: file: score-k8s token: ${{ secrets.GITHUB_TOKEN }}