Skip to content

Commit 7fb2a74

Browse files
authored
Merge pull request #791 from RoboFinSystems/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 5e746be + ffa1368 commit 7fb2a74

26 files changed

Lines changed: 44 additions & 44 deletions

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
is_release: ${{ steps.resolve.outputs.is_release }}
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363
with:
6464
repository: ${{ github.repository }}
6565
ref: ${{ github.ref }}
@@ -301,7 +301,7 @@ jobs:
301301
lambda_image: ${{ steps.resolve.outputs.image }}
302302
steps:
303303
- name: Checkout
304-
uses: actions/checkout@v6
304+
uses: actions/checkout@v7
305305
with:
306306
repository: ${{ github.repository }}
307307
ref: ${{ github.ref }}

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runner_config: ${{ steps.check.outputs.runner_config }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Check runner availability
2525
id: check
@@ -48,7 +48,7 @@ jobs:
4848
actions: read # Required for Claude to read CI results on PRs
4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252

5353
- name: Run Claude Code
5454
id: claude

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
branch_name: ${{ steps.new-version.outputs.branch_name }}
3838
steps:
3939
- name: Checkout main branch
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
ref: main
4343
fetch-depth: 0

.github/workflows/deploy-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
api_alb_arn: ${{ steps.get-outputs.outputs.api_alb_arn }}
245245
steps:
246246
- name: Checkout
247-
uses: actions/checkout@v6
247+
uses: actions/checkout@v7
248248
with:
249249
repository: ${{ github.repository }}
250250
ref: ${{ github.ref }}
@@ -424,7 +424,7 @@ jobs:
424424

425425
steps:
426426
- name: Checkout
427-
uses: actions/checkout@v6
427+
uses: actions/checkout@v7
428428
with:
429429
repository: ${{ github.repository }}
430430
ref: ${{ github.ref }}

.github/workflows/deploy-bastion.yml

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

7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
with:
7676
repository: ${{ github.repository }}
7777
ref: ${{ github.ref }}

.github/workflows/deploy-dagster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
is_new_stack: ${{ steps.deploy-stack.outputs.is_new_stack }}
255255
steps:
256256
- name: Checkout
257-
uses: actions/checkout@v6
257+
uses: actions/checkout@v7
258258
with:
259259
repository: ${{ github.repository }}
260260
ref: ${{ github.ref }}

.github/workflows/deploy-grafana.yml

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

5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
repository: ${{ github.repository }}
5858
ref: ${{ github.ref }}

.github/workflows/deploy-graph-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
stack_name: ${{ steps.get-outputs.outputs.stack_name }}
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v7
7373
with:
7474
repository: ${{ github.repository }}
7575
ref: ${{ github.ref }}

.github/workflows/deploy-graph-ladybug.yml

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

149149
steps:
150150
- name: Checkout repository
151-
uses: actions/checkout@v6
151+
uses: actions/checkout@v7
152152
with:
153153
repository: ${{ github.repository }}
154154
ref: ${{ github.ref }}

.github/workflows/deploy-graph-replicas.yml

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

197197
steps:
198198
- name: Checkout repository
199-
uses: actions/checkout@v6
199+
uses: actions/checkout@v7
200200
with:
201201
repository: ${{ github.repository }}
202202
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)