File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 40
40
matrix : ${{ steps.set-matrix.outputs.matrix }}
41
41
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
with :
45
45
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
46
46
fetch-depth : 0
@@ -129,7 +129,7 @@ jobs:
129
129
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
130
130
131
131
- name : Checkout
132
- uses : actions/checkout@v4
132
+ uses : actions/checkout@v5
133
133
134
134
- name : Set up Node ${{ matrix.node-version }}
135
135
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 40
40
matrix : ${{ steps.set-matrix.outputs.matrix }}
41
41
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
with :
45
45
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
46
46
fetch-depth : 0
@@ -128,7 +128,7 @@ jobs:
128
128
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
129
129
130
130
- name : Checkout
131
- uses : actions/checkout@v4
131
+ uses : actions/checkout@v5
132
132
133
133
- name : Set up Node ${{ matrix.node-version }}
134
134
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 39
39
matrix : ${{ steps.set-matrix.outputs.matrix }}
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
with :
44
44
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
45
45
fetch-depth : 0
@@ -125,7 +125,7 @@ jobs:
125
125
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
126
126
127
127
- name : Checkout
128
- uses : actions/checkout@v4
128
+ uses : actions/checkout@v5
129
129
130
130
- name : Set up Node ${{ matrix.node-version }}
131
131
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 35
35
matrix : ${{ steps.set-matrix.outputs.matrix }}
36
36
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
41
41
fetch-depth : 0
@@ -117,7 +117,7 @@ jobs:
117
117
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
118
118
119
119
- name : Checkout
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@v5
121
121
122
122
- name : Set up Python ${{ matrix.python-version }}
123
123
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 35
35
matrix : ${{ steps.set-matrix.outputs.matrix }}
36
36
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
41
41
fetch-depth : 0
@@ -117,7 +117,7 @@ jobs:
117
117
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
118
118
119
119
- name : Checkout
120
- uses : actions/checkout@v4
120
+ uses : actions/checkout@v5
121
121
122
122
- name : Set up Python ${{ matrix.python-version }}
123
123
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 34
34
matrix : ${{ steps.set-matrix.outputs.matrix }}
35
35
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
40
40
fetch-depth : 0
@@ -116,7 +116,7 @@ jobs:
116
116
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
117
117
118
118
- name : Checkout
119
- uses : actions/checkout@v4
119
+ uses : actions/checkout@v5
120
120
121
121
- name : Set up Python ${{ matrix.python-version }}
122
122
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments