Skip to content

Commit c29f9c4

Browse files
chore(deps): update nikobockerman/github-actions digest to 8e2192e (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0f7d8b commit c29f9c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-features.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
- name: Setup project
35-
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
35+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
3636
- name: Running tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'
3737
run: yarn exec devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
3838

@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5151
- name: Setup project
52-
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
52+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
5353
- name: Running tests for '${{ matrix.features }}' scenarios
5454
run: yarn exec devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
5555

@@ -60,6 +60,6 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
- name: Setup project
63-
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
63+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
6464
- name: Testing global scenarios
6565
run: yarn exec devcontainer features test --global-scenarios-only .

0 commit comments

Comments
 (0)