Skip to content

Commit 77c1a6f

Browse files
- Dependency order.
1 parent 7a68e5a commit 77c1a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scenario.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
run: |
2222
sudo apt-get update
2323
sudo apt-get install -y jq
24+
25+
- name: Check out code into the Go module directory
26+
uses: actions/[email protected]
2427

2528
- name: Setup Python
2629
uses: actions/[email protected]
@@ -60,9 +63,6 @@ jobs:
6063
echo "runType=$runType"
6164
} >> "${GITHUB_ENV}"
6265
63-
- name: Check out code into the Go module directory
64-
uses: actions/[email protected]
65-
6666
- name: Download Artifact
6767
uses: actions/[email protected]
6868
with:

0 commit comments

Comments
 (0)