Skip to content

Commit

Permalink
Merge pull request #89 from JuliaStats/dependabot/github_actions/juli…
Browse files Browse the repository at this point in the history
…a-actions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
tpapp authored Dec 11, 2024
2 parents ab8a897 + 1ee0359 commit 62b081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: which julia
continue-on-error: true
- name: Install Julia, but only if it is not already available in the PATH
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: '1'
arch: ${{ runner.arch }}
Expand Down

2 comments on commit 62b081d

@tpapp
Copy link
Collaborator Author

@tpapp tpapp commented on 62b081d Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Add "a" parameter to softplus (#83), various CI and infrastructure updates.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/121201

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.29 -m "<description of version>" 62b081dad466f3b74f3cf8fb7e51472b1ed7024a
git push origin v0.3.29

Please sign in to comment.