Bump julia-actions/setup-julia from 2.3.0 to 2.5.0 (#285)

* Bump julia-actions/setup-julia from 2.3.0 to 2.5.0

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](780022b48d...a0a0978e28)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add comments that contain the tag (version number)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
This commit is contained in:
dependabot[bot]
2024-09-23 20:19:49 -04:00
committed by GitHub
parent be1659352d
commit 83c1b1f3c9

View File

@@ -71,7 +71,7 @@ jobs:
### Clean (not cleanall!): ### Clean (not cleanall!):
- run: make clean - run: make clean
### Make sure there are no uncommited changes ### Make sure there are no uncommited changes
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0
with: with:
version: '1' version: '1'
- run: git --no-pager status - run: git --no-pager status
@@ -214,7 +214,7 @@ jobs:
# - run: npm install --package-lock-only # - run: npm install --package-lock-only
- run: npm install - run: npm install
### Make sure there are no uncommited changes ### Make sure there are no uncommited changes
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0
with: with:
version: '1' version: '1'
- run: git --no-pager status - run: git --no-pager status