Skip to content

Commit 83c1b1f

Browse files
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](780022b...a0a0978) --- 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>
1 parent be16593 commit 83c1b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
### Clean (not cleanall!):
7272
- run: make clean
7373
### Make sure there are no uncommited changes
74-
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037
74+
- uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0
7575
with:
7676
version: '1'
7777
- run: git --no-pager status
@@ -214,7 +214,7 @@ jobs:
214214
# - run: npm install --package-lock-only
215215
- run: npm install
216216
### Make sure there are no uncommited changes
217-
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037
217+
- uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0
218218
with:
219219
version: '1'
220220
- run: git --no-pager status

0 commit comments

Comments
 (0)