Skip to content

Commit 48891c5

Browse files
authored
ci: pin setup-apify-cli-action to v1.0.0 (#1880)
Floating tag v1 does not work, using the full version instead.
1 parent 2284ec3 commit 48891c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on_schedule_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version: ${{ env.NODE_VERSION }}
4444

4545
- name: Install Apify CLI
46-
uses: apify/setup-apify-cli-action@v1
46+
uses: apify/setup-apify-cli-action@v1.0.0
4747
with:
4848
token: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}
4949

0 commit comments

Comments
 (0)