Skip to content

Commit 1a15ee1

Browse files
ci: bump actions/checkout from 6.0.0 to 6.0.1 in the actions group (#137)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 357029b commit 1a15ee1

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: [geometry-mesh, geometry-mesh-fluent, fluent-mechanical, mapdl-dpf, speos-optislang]
5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v6.0.0
57+
uses: actions/checkout@v6.0.1
5858
with:
5959
ref: main
6060
fetch-depth: 0

.github/workflows/fluent-mechanical.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252

5353
- name: Checkout code
54-
uses: actions/checkout@v6.0.0
54+
uses: actions/checkout@v6.0.1
5555
with:
5656
sparse-checkout: |
5757
fluent-mechanical
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149

150150
- name: Checkout code
151-
uses: actions/checkout@v6.0.0
151+
uses: actions/checkout@v6.0.1
152152
with:
153153
sparse-checkout: |
154154
fluent-mechanical

.github/workflows/geometry-mechanical-dpf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151

5252
- name: Checkout code
53-
uses: actions/checkout@v6.0.0
53+
uses: actions/checkout@v6.0.1
5454
with:
5555
sparse-checkout: |
5656
geometry-mechanical-dpf
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145

146146
- name: Checkout code
147-
uses: actions/checkout@v6.0.0
147+
uses: actions/checkout@v6.0.1
148148
with:
149149
sparse-checkout: |
150150
geometry-mechanical-dpf

.github/workflows/geometry-mesh-fluent.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Checkout code
55-
uses: actions/checkout@v6.0.0
55+
uses: actions/checkout@v6.0.1
5656
with:
5757
sparse-checkout: |
5858
geometry-mesh-fluent
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145

146146
- name: Checkout code
147-
uses: actions/checkout@v6.0.0
147+
uses: actions/checkout@v6.0.1
148148
with:
149149
sparse-checkout: |
150150
geometry-mesh-fluent
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251

252252
- name: Checkout code
253-
uses: actions/checkout@v6.0.0
253+
uses: actions/checkout@v6.0.1
254254
with:
255255
sparse-checkout: |
256256
geometry-mesh-fluent

.github/workflows/geometry-mesh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050

5151
- name: Checkout code
52-
uses: actions/checkout@v6.0.0
52+
uses: actions/checkout@v6.0.1
5353
with:
5454
sparse-checkout: |
5555
geometry-mesh
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141

142142
- name: Checkout code
143-
uses: actions/checkout@v6.0.0
143+
uses: actions/checkout@v6.0.1
144144
with:
145145
sparse-checkout: |
146146
geometry-mesh

.github/workflows/mapdl-dpf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070

7171
- name: Checkout code
72-
uses: actions/checkout@v6.0.0
72+
uses: actions/checkout@v6.0.1
7373

7474
- name: Set up Python ${{ env.MAIN_PYTHON_VERSION }}
7575
uses: actions/setup-python@v6

.github/workflows/speos-optislang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[25.2]') }}
4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
49+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
5050
with:
5151
sparse-checkout: |
5252
speos-optislang

0 commit comments

Comments
 (0)