Skip to content

Commit 5f2c79e

Browse files
Update software-mansion/setup-scarb action to v1.6.0 (#598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3903d9 commit 5f2c79e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-cairo-alpha-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "SCARB_VERSION=$SCARB_VERSION" >> "$GITHUB_ENV"
3737
3838
- name: Setup Scarb
39-
uses: software-mansion/setup-scarb@43bae68ffc903bb37d1402374874e0e5a64567b5 # v1.5.3
39+
uses: software-mansion/setup-scarb@95ba816a4383938e2338cb793773d4670011b65f # v1.6.0
4040
with:
4141
scarb-version: ${{ env.SCARB_VERSION }}
4242

.github/workflows/compile-cairo-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "SCARB_VERSION=$SCARB_VERSION" >> "$GITHUB_ENV"
3737
3838
- name: Setup Scarb
39-
uses: software-mansion/setup-scarb@43bae68ffc903bb37d1402374874e0e5a64567b5 # v1.5.3
39+
uses: software-mansion/setup-scarb@95ba816a4383938e2338cb793773d4670011b65f # v1.6.0
4040
with:
4141
scarb-version: ${{ env.SCARB_VERSION }}
4242

0 commit comments

Comments
 (0)