Skip to content

Commit 86543d8

Browse files
committed
Bump actions/checkout
1 parent 31ec0e3 commit 86543d8

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@v4
18+
uses: actions/checkout@v5
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@v4
76+
uses: actions/checkout@v5
7777
with:
7878
fetch-depth: 5
7979
- name: Configure
@@ -105,7 +105,7 @@ jobs:
105105
- name: Set git to use LF
106106
run: git config --global core.autocrlf input
107107
- name: Checkout code
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
with:
110110
fetch-depth: 5
111111
- name: Setup cygwin
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
- name: Checkout code
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v5
144144
with:
145145
fetch-depth: 5
146146
- name: Setup python environment
@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-latest
177177
steps:
178178
- name: Checkout code
179-
uses: actions/checkout@v4
179+
uses: actions/checkout@v5
180180
with:
181181
fetch-depth: 5
182182
- name: Get moparser
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Checkout code
199-
uses: actions/checkout@v4
199+
uses: actions/checkout@v5
200200
with:
201201
fetch-depth: 5
202202
- 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@v4
14+
- uses: actions/checkout@v5
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@v4
31+
- uses: actions/checkout@v5
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@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 5
2828
- name: Setup python environment

0 commit comments

Comments
 (0)