Skip to content

Commit 2f880a2

Browse files
chore(deps): update actions/checkout action to v6 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d409a1 commit 2f880a2

9 files changed

Lines changed: 9 additions & 9 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/release_marker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-22.04-arm64
7272
steps:
7373
- name: checkout repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575

7676
- name: mark deploy - frontend
7777
if: inputs.sentryEnvironmentFrontend != ''

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
}
116116
117117
- name: clone local repository
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v6
119119

120120
# TODO: turn on caching
121121
- name: setup Node.js

0 commit comments

Comments
 (0)