Skip to content

Commit e03fdcf

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

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@8e2192ea1f13275dc40372b4581ebe09175d04a1
35+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
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@8e2192ea1f13275dc40372b4581ebe09175d04a1
52+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
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@8e2192ea1f13275dc40372b4581ebe09175d04a1
63+
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
6464
- name: Testing global scenarios
6565
run: yarn exec devcontainer features test --global-scenarios-only .

0 commit comments

Comments
 (0)