Skip to content

Commit 8a95085

Browse files
committed
reorder
1 parent 0d892a9 commit 8a95085

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-binaries.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
# outputs:
2525
# vulnerability: ${{steps.laststep.outputs}}
2626
steps:
27+
- uses: actions/setup-python@v5
28+
with:
29+
python-version: '3.11'
30+
- uses: actions/checkout@v4
2731
- uses: robinraju/[email protected]
2832
with:
2933
latest: true
3034
fileName: 'aws-lambda-rie*'
3135
out-file-path: "bin"
32-
- uses: actions/checkout@v4
33-
- uses: actions/setup-python@v5
34-
with:
35-
python-version: '3.11'
3636
- name: check-binaries
3737
run: make check-binaries
3838
- id: laststep

0 commit comments

Comments
 (0)