-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update actions used in CI #277
Conversation
.github/workflows/ci.yml
Outdated
@@ -27,21 +27,12 @@ jobs: | |||
os: ubuntu-latest | |||
arch: x64 | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- uses: actions/checkout@v4 | |||
- uses: julia-actions/setup-julia@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I learnt after the MOI PR that this should actually be @latest
or @v2
. There are still a few deprecation notices haha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v4
seems to be used in the template: https://github.com/JuliaCI/PkgTemplates.jl/blob/master/templates/github/workflows/CI.yml what's the issue ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I meant julia-actions/setup-julia@v2
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #277 +/- ##
==========================================
- Coverage 91.92% 89.20% -2.72%
==========================================
Files 23 22 -1
Lines 2216 1974 -242
==========================================
- Hits 2037 1761 -276
- Misses 179 213 +34 ☔ View full report in Codecov by Sentry. |
No description provided.