Skip to content

Commit cefe772

Browse files
Bump julia-actions/julia-runtest from 1.11.1 to 1.11.2 (#35)
* Bump julia-actions/julia-runtest from 1.11.1 to 1.11.2 Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/julia-actions/julia-runtest/releases) - [Commits](julia-actions/julia-runtest@1e03e01...678da69) --- updated-dependencies: - dependency-name: julia-actions/julia-runtest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add version number in comment --------- 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 fbd2d8a commit cefe772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
5151

52-
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0
52+
- uses: julia-actions/julia-runtest@678da69444cd5f13d7e674a90cb4f534639a14f9 # v1.11.2
5353

5454
full-test:
5555
name: Full test

0 commit comments

Comments
 (0)