Skip to content

Commit 8e03496

Browse files
committed
update gha
1 parent 99860c4 commit 8e03496

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cadence_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_PAT }}
19-
submodules: "true"
19+
submodules: recursive
2020
- name: Set up Go
2121
uses: actions/setup-go@v3
2222
with:

.github/workflows/incrementfi_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_PAT }}
19-
submodules: "true"
19+
submodules: recursive
2020
- name: Install Flow CLI
2121
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v2.2.17
2222
- name: Flow CLI Version

.github/workflows/punchswap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_PAT }}
19-
submodules: "recursive"
19+
submodules: recursive
2020
- uses: actions/setup-go@v5
2121
with:
2222
go-version: "1.23.x"

0 commit comments

Comments
 (0)