Skip to content

Commit c273e36

Browse files
chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#5)
1 parent 7d9df9c commit c273e36

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/_build.yaml

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

5353
- name: Check out repository
54-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
54+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
5555
with:
5656
fetch-depth: 0
5757

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141

4242
- name: Checkout repository
43-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
43+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
4444

4545
- name: Set up Python ${{ matrix.python }}
4646
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0

.github/workflows/pr-conventional-commits.yaml

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

2727
- name: Check out repository
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
28+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939

4040
- name: Check out repository
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
41+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
4242
with:
4343
fetch-depth: 0
4444
token: ${{ secrets.REPO_ACCESS_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989

9090
- name: Check out repository
91-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
91+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
9292
with:
9393
fetch-depth: 0
9494

@@ -183,7 +183,7 @@ jobs:
183183
steps:
184184

185185
- name: Check out repository
186-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
186+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.0.2
187187
with:
188188
fetch-depth: 0
189189

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030

3131
- name: Check out repository
32-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
32+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
3333
with:
3434
persist-credentials: false
3535

0 commit comments

Comments
 (0)