Skip to content

Commit fff1037

Browse files
committed
Pin gh-aw setup-cli to v0.64.2 via version input
1 parent 556aca1 commit fff1037

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/verify-compiled.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Install gh-aw CLI
18-
uses: github/gh-aw/actions/setup-cli@v1
18+
uses: github/gh-aw/actions/setup-cli@main
19+
with:
20+
version: v0.64.2
1921
- name: Recompile workflows
2022
run: gh aw compile
2123
- name: Check for uncommitted changes

0 commit comments

Comments
 (0)