From a4b9ce6c117043cf764b5881db28ac6c92dd33c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:59:36 +0000 Subject: [PATCH] chore(deps): update nikobockerman/github-actions digest to e016a97 --- .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 dc7707b..34094fe 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@f204e7207f7303c894a97b3ad437855085808476 + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@e016a979d6e455bb4023977985040870b466cace - 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@f204e7207f7303c894a97b3ad437855085808476 + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@e016a979d6e455bb4023977985040870b466cace - 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@f204e7207f7303c894a97b3ad437855085808476 + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@e016a979d6e455bb4023977985040870b466cace - name: Testing global scenarios run: yarn exec devcontainer features test --global-scenarios-only .