Skip to content

Commit e5cb842

Browse files
ci: bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb4d361 commit e5cb842

11 files changed

+24
-24
lines changed

.github/workflows/dependencies-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-20.04
3030
steps:
3131
- name: Clone source code
32-
uses: actions/[email protected].0 # https://github.com/actions/checkout
32+
uses: actions/[email protected].1 # https://github.com/actions/checkout
3333
with:
3434
# Whether to configure the token or SSH key with the local git config. Default: true
3535
persist-credentials: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Clone source code
29-
uses: actions/[email protected].0 # https://github.com/actions/checkout
29+
uses: actions/[email protected].1 # https://github.com/actions/checkout
3030
with:
3131
# Whether to configure the token or SSH key with the local git config. Default: true
3232
persist-credentials: false

.github/workflows/integration-tests-h2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- name: Clone source code
26-
uses: actions/[email protected].0 # https://github.com/actions/checkout
26+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false

.github/workflows/integration-tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- '3306:3306'
4949
steps:
5050
- name: Clone source code
51-
uses: actions/[email protected].0 # https://github.com/actions/checkout
51+
uses: actions/[email protected].1 # https://github.com/actions/checkout
5252
with:
5353
# Whether to configure the token or SSH key with the local git config. Default: true
5454
persist-credentials: false

.github/workflows/integration-tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- '5432:5432'
4040
steps:
4141
- name: Clone source code
42-
uses: actions/[email protected].0 # https://github.com/actions/checkout
42+
uses: actions/[email protected].1 # https://github.com/actions/checkout
4343
with:
4444
# Whether to configure the token or SSH key with the local git config. Default: true
4545
persist-credentials: false

.github/workflows/provision-by-ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Clone source code
26-
uses: actions/[email protected].0 # https://github.com/actions/checkout
26+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false

.github/workflows/provision-by-terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Clone source code
26-
uses: actions/[email protected].0 # https://github.com/actions/checkout
26+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false
@@ -36,7 +36,7 @@ jobs:
3636
3737
# https://github.com/tfutils/tfenv#manual
3838
- name: Install tfenv
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
# https://github.com/actions/checkout#checkout-multiple-repos-nested
4242
repository: tfutils/tfenv

.github/workflows/static-analysis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Clone source code
24-
uses: actions/[email protected].0 # https://github.com/actions/checkout
24+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2525
with:
2626
# Whether to configure the token or SSH key with the local git config. Default: true
2727
persist-credentials: false
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-20.04
4141
steps:
4242
- name: Clone source code
43-
uses: actions/[email protected].0 # https://github.com/actions/checkout
43+
uses: actions/[email protected].1 # https://github.com/actions/checkout
4444
with:
4545
# Whether to configure the token or SSH key with the local git config. Default: true
4646
persist-credentials: false
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-20.04
6060
steps:
6161
- name: Clone source code
62-
uses: actions/[email protected].0 # https://github.com/actions/checkout
62+
uses: actions/[email protected].1 # https://github.com/actions/checkout
6363
with:
6464
# Whether to configure the token or SSH key with the local git config. Default: true
6565
persist-credentials: false
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-20.04
7979
steps:
8080
- name: Clone source code
81-
uses: actions/[email protected].0 # https://github.com/actions/checkout
81+
uses: actions/[email protected].1 # https://github.com/actions/checkout
8282
with:
8383
# Whether to configure the token or SSH key with the local git config. Default: true
8484
persist-credentials: false
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-20.04
9898
steps:
9999
- name: Clone source code
100-
uses: actions/[email protected].0 # https://github.com/actions/checkout
100+
uses: actions/[email protected].1 # https://github.com/actions/checkout
101101
with:
102102
# Whether to configure the token or SSH key with the local git config. Default: true
103103
persist-credentials: false
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-20.04
119119
steps:
120120
- name: Clone source code
121-
uses: actions/[email protected].0 # https://github.com/actions/checkout
121+
uses: actions/[email protected].1 # https://github.com/actions/checkout
122122
with:
123123
# Whether to configure the token or SSH key with the local git config. Default: true
124124
persist-credentials: false
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-20.04
138138
steps:
139139
- name: Clone source code
140-
uses: actions/[email protected].0 # https://github.com/actions/checkout
140+
uses: actions/[email protected].1 # https://github.com/actions/checkout
141141
with:
142142
# Whether to configure the token or SSH key with the local git config. Default: true
143143
persist-credentials: false
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-20.04
153153
steps:
154154
- name: Clone source code
155-
uses: actions/[email protected].0 # https://github.com/actions/checkout
155+
uses: actions/[email protected].1 # https://github.com/actions/checkout
156156
with:
157157
# Whether to configure the token or SSH key with the local git config. Default: true
158158
persist-credentials: false
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-20.04
168168
steps:
169169
- name: Clone source code
170-
uses: actions/[email protected].0 # https://github.com/actions/checkout
170+
uses: actions/[email protected].1 # https://github.com/actions/checkout
171171
with:
172172
# Whether to configure the token or SSH key with the local git config. Default: true
173173
persist-credentials: false
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-20.04
184184
steps:
185185
- name: Clone source code
186-
uses: actions/[email protected].0 # https://github.com/actions/checkout
186+
uses: actions/[email protected].1 # https://github.com/actions/checkout
187187
with:
188188
# Whether to configure the token or SSH key with the local git config. Default: true
189189
persist-credentials: false
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-20.04
203203
steps:
204204
- name: Clone source code
205-
uses: actions/[email protected].0 # https://github.com/actions/checkout
205+
uses: actions/[email protected].1 # https://github.com/actions/checkout
206206
with:
207207
# Whether to configure the token or SSH key with the local git config. Default: true
208208
persist-credentials: false
@@ -228,7 +228,7 @@ jobs:
228228
runs-on: ubuntu-20.04
229229
steps:
230230
- name: Clone source code
231-
uses: actions/[email protected].0 # https://github.com/actions/checkout
231+
uses: actions/[email protected].1 # https://github.com/actions/checkout
232232
with:
233233
# Whether to configure the token or SSH key with the local git config. Default: true
234234
persist-credentials: false

.github/workflows/todos-extract-from-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
steps:
3434
- name: Clone source code
35-
uses: actions/[email protected].0 # https://github.com/actions/checkout
35+
uses: actions/[email protected].1 # https://github.com/actions/checkout
3636
with:
3737
# Whether to configure the token or SSH key with the local git config. Default: true
3838
persist-credentials: true

.github/workflows/todos-handle-issue-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-20.04
2727
steps:
2828
- name: Clone source code
29-
uses: actions/[email protected].0 # https://github.com/actions/checkout
29+
uses: actions/[email protected].1 # https://github.com/actions/checkout
3030
with:
3131
# Whether to configure the token or SSH key with the local git config. Default: true
3232
persist-credentials: true

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Clone source code
24-
uses: actions/[email protected].0 # https://github.com/actions/checkout
24+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2525
with:
2626
# Whether to configure the token or SSH key with the local git config. Default: true
2727
persist-credentials: false
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-20.04
4141
steps:
4242
- name: Clone source code
43-
uses: actions/[email protected].0 # https://github.com/actions/checkout
43+
uses: actions/[email protected].1 # https://github.com/actions/checkout
4444
with:
4545
# Whether to configure the token or SSH key with the local git config. Default: true
4646
persist-credentials: false

0 commit comments

Comments
 (0)