Skip to content

Commit e653d4f

Browse files
committed
Bump actions/checkout
1 parent 25fcde6 commit e653d4f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/checkCI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 5
2121
- name: Configure
@@ -73,7 +73,7 @@ jobs:
7373
compiler: mingw
7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
fetch-depth: 5
7979
- name: Configure
@@ -112,7 +112,7 @@ jobs:
112112
- name: Set git to use LF
113113
run: git config --global core.autocrlf input
114114
- name: Checkout code
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 5
118118
- name: Setup cygwin
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Checkout code
155-
uses: actions/checkout@v5
155+
uses: actions/checkout@v6
156156
with:
157157
fetch-depth: 5
158158
- name: Setup python environment
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- name: Checkout code
191-
uses: actions/checkout@v5
191+
uses: actions/checkout@v6
192192
with:
193193
fetch-depth: 5
194194
- name: Get moparser
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: ubuntu-latest
209209
steps:
210210
- name: Checkout code
211-
uses: actions/checkout@v5
211+
uses: actions/checkout@v6
212212
with:
213213
fetch-depth: 5
214214
- name: Setup python environment

.github/workflows/checkCron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'modelica'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 5
1717
- name: Setup python environment
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository_owner == 'modelica'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 5
3434
- name: Setup python environment

.github/workflows/generateReleaseNotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 5
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 5
2828
- name: Setup python environment

0 commit comments

Comments
 (0)