We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d5105 commit af04890Copy full SHA for af04890
.github/workflows/build_and_deploy_docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
with:
29
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
30
ref: ${{ github.event_name == 'workflow_call' && inputs.ref || github.ref }}
.github/workflows/templates_e2e_tests.yaml
- name: Setup node
uses: actions/setup-node@v6
0 commit comments