Skip to content

Commit f880f37

Browse files
authored
build: locks std-action to v0.0.2 (#181)
This will prevent upstream changes from breaking CI, which just recently happened.
2 parents a6526bd + 86a91b5 commit f880f37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
group: ${{ github.workflow }}
4141
steps:
4242
- name: Standard Discovery
43-
uses: divnix/std-action/discover@main
43+
uses: divnix/std-action/discover@v0.0.2
4444
id: discovery
4545
build-packages:
4646
needs: discover
@@ -51,7 +51,7 @@ jobs:
5151
name: ${{ matrix.target.cell }} - ${{ matrix.target.name }}
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: divnix/std-action/run@main
54+
- uses: divnix/std-action/run@v0.0.2
5555
with:
5656
extra_nix_config: |
5757
${{ needs.discover.outputs.nix_conf }}
@@ -69,7 +69,7 @@ jobs:
6969
name: ${{ matrix.target.cell }} - ${{ matrix.target.name }}
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: divnix/std-action/run@main
72+
- uses: divnix/std-action/run@v0.0.2
7373
with:
7474
extra_nix_config: |
7575
${{ needs.discover.outputs.nix_conf }}
@@ -97,7 +97,7 @@ jobs:
9797
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9898
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
9999
AWS_DEFAULT_REGION: eu-central-1
100-
- uses: divnix/std-action/run@main
100+
- uses: divnix/std-action/run@v0.0.2
101101
with:
102102
extra_nix_config: |
103103
${{ needs.discover.outputs.nix_conf }}

0 commit comments

Comments
 (0)