Skip to content

Commit 1aa446e

Browse files
authored
chore: always use act-tools#main (#2317)
1 parent 4a3a75d commit 1aa446e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/wai-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
2424
- name: Install dependencies
2525
run: npm ci
26+
# Since we control this we can safely just always use the latest
27+
- name: Install act-tools latest
28+
run: npm install github:act-rules/act-tools#main
2629
- name: Configure git
2730
run: |
2831
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135
],
136136
"devDependencies": {
137-
"act-tools": "github:act-rules/act-tools",
137+
"act-tools": "github:act-rules/act-tools#main",
138138
"aria-query": "^4.2.2",
139139
"dictionary-en-us": "^2.2.1",
140140
"fastmatter": "^2.1.1",

0 commit comments

Comments
 (0)