-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency ubuntu to v26 #269
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π« [actionlint] reported by reviewdog πΆ
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π« [actionlint] reported by reviewdog πΆ
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ on: | |
|
|
||
| jobs: | ||
| lint_and_test: | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-26.04 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π« [actionlint] reported by reviewdog πΆ |
||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
@@ -34,7 +34,7 @@ jobs: | |
| run: sbt "scalafmtCheckAll; compile; scalafixAll --check; test" | ||
|
|
||
| publish: | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-26.04 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π« [actionlint] reported by reviewdog πΆ |
||
|
|
||
| # we wish to publish on tags (non-SNAPSHOT versions) | ||
| # and on master branch (SNAPSHOT versions) as long as lint_and_test passed | ||
|
|
||
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.
π« [actionlint] reported by reviewdog πΆ
workflow command "set-output" was deprecated. use
echo "{name}={value}" >> $GITHUB_OUTPUTinstead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]s2mc-test/.github/workflows/ci-and-release.yml
Line 107 in e4a5ab2