Skip to content

Commit

Permalink
Merge pull request #345 from SciML/dependabot/github_actions/julia-ac…
Browse files Browse the repository at this point in the history
…tions/setup-julia-2.6.0

build(deps): bump julia-actions/setup-julia from 2.5.0 to 2.6.0
  • Loading branch information
ChrisRackauckas authored Oct 15, 2024
2 parents 3053138 + 1ac5b5f commit a084b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@a0a0978e28861c11a3490cee468f87d5b568851a
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c
with:
version: 1.3
- name: Pkg.add("CompatHelper")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2.5.0
- uses: julia-actions/setup-julia@v2.6.0
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v1
Expand Down

0 comments on commit a084b2c

Please sign in to comment.