Skip to content

Commit 8fbd8ba

Browse files
chore(deps): update actions/checkout action to v5 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4863ef4 commit 8fbd8ba

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/release-node-playwright.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix: ${{ steps.set-matrix.outputs.matrix }}
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4646
fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
129129
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
130130
131131
- name: Checkout
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v5
133133

134134
- name: Set up Node ${{ matrix.node-version }}
135135
uses: actions/setup-node@v4

.github/workflows/release-node-puppeteer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix: ${{ steps.set-matrix.outputs.matrix }}
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4646
fetch-depth: 0
@@ -128,7 +128,7 @@ jobs:
128128
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
129129
130130
- name: Checkout
131-
uses: actions/checkout@v4
131+
uses: actions/checkout@v5
132132

133133
- name: Set up Node ${{ matrix.node-version }}
134134
uses: actions/setup-node@v4

.github/workflows/release-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
matrix: ${{ steps.set-matrix.outputs.matrix }}
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
with:
4444
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4545
fetch-depth: 0
@@ -125,7 +125,7 @@ jobs:
125125
if [[ -z "$CRAWLEE_VERSION" ]]; then echo "CRAWLEE_VERSION input is empty!" >&2; exit 1; fi
126126
127127
- name: Checkout
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v5
129129

130130
- name: Set up Node ${{ matrix.node-version }}
131131
uses: actions/setup-node@v4

.github/workflows/release-python-playwright.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix: ${{ steps.set-matrix.outputs.matrix }}
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4141
fetch-depth: 0
@@ -117,7 +117,7 @@ jobs:
117117
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
118118
119119
- name: Checkout
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121

122122
- name: Set up Python ${{ matrix.python-version }}
123123
uses: actions/setup-python@v5

.github/workflows/release-python-selenium.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix: ${{ steps.set-matrix.outputs.matrix }}
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4141
fetch-depth: 0
@@ -117,7 +117,7 @@ jobs:
117117
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
118118
119119
- name: Checkout
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121

122122
- name: Set up Python ${{ matrix.python-version }}
123123
uses: actions/setup-python@v5

.github/workflows/release-python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix: ${{ steps.set-matrix.outputs.matrix }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4040
fetch-depth: 0
@@ -116,7 +116,7 @@ jobs:
116116
if [[ -z "$APIFY_VERSION" ]]; then echo "APIFY_VERSION input is empty!" >&2; exit 1; fi
117117
118118
- name: Checkout
119-
uses: actions/checkout@v4
119+
uses: actions/checkout@v5
120120

121121
- name: Set up Python ${{ matrix.python-version }}
122122
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)