Skip to content

Commit 247ea8d

Browse files
committed
Merge remote-tracking branch 'origin/master' into add-stats-to-apify-rq
2 parents 9dfe343 + 7bd51c7 commit 247ea8d

File tree

116 files changed

+2088
-723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+2088
-723
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
2828

2929
- name: Set up Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
cache: npm
@@ -50,7 +50,7 @@ jobs:
5050
git push
5151
5252
- name: Set up Python
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656

.github/workflows/update_new_issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Add the "t-tooling" label to all new issues
17-
- uses: actions/github-script@v7
17+
- uses: actions/github-script@v8
1818
with:
1919
script: |
2020
github.rest.issues.addLabels({

CHANGELOG.md

Lines changed: 100 additions & 0 deletions

0 commit comments

Comments
 (0)