Skip to content

Commit e97cbb8

Browse files
committed
ci: update actions/checkout to 3.2.0
Changelog: https://github.com/actions/checkout/releases/tag/v3.2.0
1 parent 5d8897a commit e97cbb8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/dependencies-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Clone source code
21-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
21+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
2222
with:
2323
# Whether to configure the token or SSH key with the local git config. Default: true
2424
persist-credentials: false

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Clone source code
13-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
13+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
1414
with:
1515
# Whether to configure the token or SSH key with the local git config. Default: true
1616
persist-credentials: false

.github/workflows/static-analysis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Clone source code
13-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
13+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
1414
with:
1515
# Whether to configure the token or SSH key with the local git config. Default: true
1616
persist-credentials: false
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
steps:
3030
- name: Clone source code
31-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
31+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
3232
with:
3333
# Whether to configure the token or SSH key with the local git config. Default: true
3434
persist-credentials: false
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-20.04
4747
steps:
4848
- name: Clone source code
49-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
49+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
5050
with:
5151
# Whether to configure the token or SSH key with the local git config. Default: true
5252
persist-credentials: false
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-20.04
6565
steps:
6666
- name: Clone source code
67-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
67+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
6868
with:
6969
# Whether to configure the token or SSH key with the local git config. Default: true
7070
persist-credentials: false
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-20.04
8383
steps:
8484
- name: Clone source code
85-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
85+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
8686
with:
8787
# Whether to configure the token or SSH key with the local git config. Default: true
8888
persist-credentials: false
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-20.04
103103
steps:
104104
- name: Clone source code
105-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
105+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
106106
with:
107107
# Whether to configure the token or SSH key with the local git config. Default: true
108108
persist-credentials: false
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-20.04
121121
steps:
122122
- name: Clone source code
123-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
123+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
124124
with:
125125
# Whether to configure the token or SSH key with the local git config. Default: true
126126
persist-credentials: false
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-20.04
135135
steps:
136136
- name: Clone source code
137-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
137+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
138138
with:
139139
# Whether to configure the token or SSH key with the local git config. Default: true
140140
persist-credentials: false
@@ -148,7 +148,7 @@ jobs:
148148
runs-on: ubuntu-20.04
149149
steps:
150150
- name: Clone source code
151-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
151+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
152152
with:
153153
# Whether to configure the token or SSH key with the local git config. Default: true
154154
persist-credentials: false
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-20.04
163163
steps:
164164
- name: Clone source code
165-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
165+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
166166
with:
167167
# Whether to configure the token or SSH key with the local git config. Default: true
168168
persist-credentials: false
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-20.04
181181
steps:
182182
- name: Clone source code
183-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
183+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
184184
with:
185185
# Whether to configure the token or SSH key with the local git config. Default: true
186186
persist-credentials: false
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-20.04
206206
steps:
207207
- name: Clone source code
208-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
208+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
209209
with:
210210
# Whether to configure the token or SSH key with the local git config. Default: true
211211
persist-credentials: false

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Clone source code
13-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
13+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
1414
with:
1515
# Whether to configure the token or SSH key with the local git config. Default: true
1616
persist-credentials: false
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
steps:
3030
- name: Clone source code
31-
uses: actions/checkout@v3.1.0 # https://github.com/actions/checkout
31+
uses: actions/checkout@v3.2.0 # https://github.com/actions/checkout
3232
with:
3333
# Whether to configure the token or SSH key with the local git config. Default: true
3434
persist-credentials: false

0 commit comments

Comments
 (0)