From a3bc91c724056bd2cfeafd5c2e26a2848fcd1f97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:36:36 +0000 Subject: [PATCH] chore(deps): update nikobockerman/github-actions digest to 1a98f54 --- .github/workflows/test-features.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-features.yaml b/.github/workflows/test-features.yaml index 287dd50..306e912 100644 --- a/.github/workflows/test-features.yaml +++ b/.github/workflows/test-features.yaml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@effba24a819315420804a19c5881f5043dc04a0f + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac - name: Running tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}' run: yarn exec devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} . @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@effba24a819315420804a19c5881f5043dc04a0f + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac - name: Running tests for '${{ matrix.features }}' scenarios run: yarn exec devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated . @@ -60,6 +60,6 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@effba24a819315420804a19c5881f5043dc04a0f + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac - name: Testing global scenarios run: yarn exec devcontainer features test --global-scenarios-only .