Skip to content

Commit 0887f0a

Browse files
chore(deps): update actions/checkout action to v6
1 parent b0b7eab commit 0887f0a

17 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/build_docker_image_and_push_to_ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
}
149149
150150
- name: clone repository
151-
uses: actions/checkout@v4
151+
uses: actions/checkout@v6
152152

153153
- name: set docker build args and secrets
154154
run: |

.github/workflows/check-execute-workflow-dist.yaml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
2222

.github/workflows/deploy_cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
}
140140
141141
- name: clone repository
142-
uses: actions/checkout@v4
142+
uses: actions/checkout@v6
143143

144144
- name: assume IAM role
145145
if: inputs.useOIDC == false

.github/workflows/deploy_helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ${{ inputs.runner }}
119119
steps:
120120
- name: clone repository
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v6
122122

123123
- name: Send notification to slack
124124
if: inputs.slackChannelId != ''

.github/workflows/lint_cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04-arm64
2525
steps:
2626
- name: clone repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: install cfn-lint
3030
run: pip install cfn-lint==${CFN_LINT_VERSION}

.github/workflows/lint_gh_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04-arm64
1818
steps:
1919
- name: clone repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: lint
2323
run: |

.github/workflows/lint_helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-22.04-arm64
3434
steps:
3535
- name: clone repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: install helmfile
3939
run: |

.github/workflows/python_bump_and_update_changelog.yaml

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

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
3737

.github/workflows/python_docs_check.yaml

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

2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Set up Node
2525
uses: actions/setup-node@v4

.github/workflows/python_integration_tests.yaml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

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

0 commit comments

Comments
 (0)