From 181a380ee074d04170317af0a76e4142cd3b1214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:26:34 +0200 Subject: [PATCH] Update extractions/setup-just action to v3 (#18186) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6289f263c..42268af745 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -818,7 +818,7 @@ jobs: - determine_changes if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} steps: - - uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2 + - uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}