From 0637242fcebb1543e3e6e050765a1c62bfd25212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:31:58 +0000 Subject: [PATCH 1/2] 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](https://github.com/julia-actions/setup-julia/compare/780022b48dfc0c2c6b94cfee6a9284850107d037...a0a0978e28861c11a3490cee468f87d5b568851a) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 051d9d1a..b3b90629 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -71,7 +71,7 @@ jobs: ### Clean (not cleanall!): - run: make clean ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a with: version: '1' - run: git --no-pager status @@ -214,7 +214,7 @@ jobs: # - run: npm install --package-lock-only - run: npm install ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a with: version: '1' - run: git --no-pager status From d43170871ed04e176994cafcda924098cab6f170 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 23 Sep 2024 18:50:00 -0400 Subject: [PATCH 2/2] Add comments that contain the tag (version number) --- .github/workflows/pr_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index b3b90629..4ed243a7 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -71,7 +71,7 @@ jobs: ### Clean (not cleanall!): - run: make clean ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0 with: version: '1' - run: git --no-pager status @@ -214,7 +214,7 @@ jobs: # - run: npm install --package-lock-only - run: npm install ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a + - uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a # v2.5.0 with: version: '1' - run: git --no-pager status