Skip to content

Commit 678f7a3

Browse files
Bump actions/checkout from 4 to 5 (#2937)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bce9a8c commit 678f7a3

16 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/deploy_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919

20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 20
2323

.github/workflows/deploy_protected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- run: git archive -o container/amici.tar.gz --format=tar.gz HEAD
4646
- name: Set up QEMU
4747
uses: docker/setup-qemu-action@v3

.github/workflows/deploy_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 20
3333

@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/setup-python@v5
8080
with:
8181
python-version: "3.11"
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v5
8383
- run: git archive -o container/amici.tar.gz --format=tar.gz HEAD
8484
- name: Set up QEMU
8585
uses: docker/setup-qemu-action@v3

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 20
3636

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
python-version: ${{ matrix.python-version }}
109109

110-
- uses: actions/checkout@v4
110+
- uses: actions/checkout@v5
111111
with:
112112
fetch-depth: 20
113113

.github/workflows/test_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- run: git fetch --prune --unshallow
3131

3232
- name: Set up doxygen
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- run: git fetch --prune --unshallow
5454

5555
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

.github/workflows/test_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- run: git fetch --prune --unshallow
2424

2525
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- run: git fetch --prune --unshallow
6565

6666
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595

96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
- run: git fetch --prune --unshallow
9898

9999
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

.github/workflows/test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- run: git fetch --prune --unshallow
2020

2121
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

.github/workflows/test_performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 20
2828

.github/workflows/test_petab_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 20
3434

.github/workflows/test_python_cplusplus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
lfs: true
3737
- run: git fetch --prune --unshallow
@@ -140,7 +140,7 @@ jobs:
140140
~/.cache/pooch
141141
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ github.job }}
142142

143-
- uses: actions/checkout@v4
143+
- uses: actions/checkout@v5
144144
- run: git fetch --prune --unshallow
145145

146146
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
@@ -223,7 +223,7 @@ jobs:
223223
~/.cache/pooch
224224
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ github.job }}
225225

226-
- uses: actions/checkout@v4
226+
- uses: actions/checkout@v5
227227
- run: git fetch --prune --unshallow
228228

229229
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
python-version: "3.11"
256256

257-
- uses: actions/checkout@v4
257+
- uses: actions/checkout@v5
258258
with:
259259
lfs: true
260260

@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
python-version: "3.11"
321321

322-
- uses: actions/checkout@v4
322+
- uses: actions/checkout@v5
323323
with:
324324
lfs: true
325325
- run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)