Skip to content

Commit 1164f01

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#956)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46806f3 commit 1164f01

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build_application_container:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
with:
2020
repository: 'flowfuse/helm'
2121
path: 'helm'
@@ -74,7 +74,7 @@ jobs:
7474
id-token: write
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
77+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7878
with:
7979
repository: 'flowfuse/helm'
8080
path: 'helm'
@@ -150,7 +150,7 @@ jobs:
150150
id-token: write
151151
steps:
152152
- name: Checkout
153-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
153+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
154154
with:
155155
repository: 'flowfuse/helm'
156156
path: 'helm'
@@ -210,7 +210,7 @@ jobs:
210210
id-token: write
211211
steps:
212212
- name: Checkout
213-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
213+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
214214
with:
215215
repository: 'flowfuse/helm'
216216
path: 'helm'
@@ -270,7 +270,7 @@ jobs:
270270
id-token: write
271271
steps:
272272
- name: Checkout
273-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
273+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
274274
with:
275275
repository: 'flowfuse/helm'
276276
path: 'helm'
@@ -330,7 +330,7 @@ jobs:
330330
id-token: write
331331
steps:
332332
- name: Checkout
333-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
333+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
334334
with:
335335
repository: 'flowfuse/helm'
336336
path: 'helm'
@@ -387,7 +387,7 @@ jobs:
387387
build_file_server_container:
388388
runs-on: ubuntu-latest
389389
steps:
390-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
390+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
391391
with:
392392
repository: 'flowfuse/helm'
393393
path: 'helm'
@@ -440,7 +440,7 @@ jobs:
440440
id-token: write
441441
steps:
442442
- name: Checkout
443-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
443+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
444444
with:
445445
repository: 'flowfuse/helm'
446446
path: 'helm'

.github/workflows/fileserver-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
owner: ${{ github.repository_owner }}
9393
repositories: CloudProject
9494
- name: Checkout
95-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
95+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9696
with:
9797
repository: 'FlowFuse/CloudProject'
9898
ref: 'main'

.github/workflows/flowforge-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
owner: ${{ github.repository_owner }}
9595
repositories: CloudProject
9696
- name: Checkout
97-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
97+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9898
with:
9999
repository: 'FlowFuse/CloudProject'
100100
ref: 'main'

.github/workflows/helm-chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
private-key: ${{ secrets.GH_BOT_APP_KEY }}
1818

1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121
with:
2222
token: ${{ steps.generate_token.outputs.token }}
2323
fetch-depth: 0

.github/workflows/helm-chart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
fetch-depth: 0
2626

@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
88+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8989
with:
9090
fetch-depth: 0
9191

@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Checkout
109-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
109+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
110110

111111
- name: Install Helm
112112
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout
144-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
145145
with:
146146
fetch-depth: 0
147147

0 commit comments

Comments
 (0)