Skip to content

Commit c167409

Browse files
build(deps): bump actions/checkout from 4 to 5 (#113)
* build(deps): bump actions/checkout from 4 to 5 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> * Update links --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Diego Alejandro Tejada Arango <diego.tejadaarango@tno.nl>
1 parent a994960 commit c167409

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Documentation
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: "1"

.github/workflows/Lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Clone
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Setup Julia
2424
uses: julia-actions/setup-julia@v2
2525
with:
@@ -53,7 +53,7 @@ jobs:
5353
path: .lycheecache
5454
key: cache-lychee-${{ github.sha }}
5555
restore-keys: cache-lychee-
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757

5858
- name: Link Checker
5959
id: lychee

.github/workflows/PreCommitUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit-update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Setup Python
1414
uses: actions/setup-python@v5
1515
with:

.github/workflows/ReusableTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: ${{ inputs.allow_failure }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ inputs.version }}

README.dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developer documentation
22

3-
You can find more general developer documentation at [TulipaEnergyModel's README.dev.md](https://github.com/TulipaEnergy/TulipaEnergyModel.jl/blob/main/docs/src/91-developer.md).
3+
You can find more general developer documentation at [TulipaEnergyModel's README.dev.md](https://tulipaenergy.github.io/TulipaEnergyModel.jl/stable/90-contributing/91-developer/).
44
Here you will find more specific information.
55

66
## Notes on writing tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you use TulipaIO.jl in your work, please cite using the reference given in [C
3838

3939
## Contributing
4040

41-
If you want to make contributions of any kind, please first take a look into TulipaEnergyModel's [contributing guide](https://github.com/TulipaEnergy/TulipaEnergyModel.jl/blob/main/docs/src/90-contributing.md) and [developer documentation](https://github.com/TulipaEnergy/TulipaEnergyModel.jl/blob/main/docs/src/91-developer.md).
41+
If you want to make contributions of any kind, please first take a look into TulipaEnergyModel's [contributing guide](https://tulipaenergy.github.io/TulipaEnergyModel.jl/stable/90-contributing/90-contributing/) and [developer documentation](https://tulipaenergy.github.io/TulipaEnergyModel.jl/stable/90-contributing/91-developer/).
4242
Furthermore, you can read specific information for this package at the [TulipaIO's developer documentation](README.dev.md).
4343

4444
---

0 commit comments

Comments
 (0)