mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Use latest ubuntu LTS for CI workflows, and make sure gems are updated where used. (#10751)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d8c8f0dc2d
commit
f608e3b4fc
2
.github/workflows/Markdown-lint.yml
vendored
2
.github/workflows/Markdown-lint.yml
vendored
@@ -3,7 +3,7 @@ name: Markdown-lint
|
||||
on: workflow_call
|
||||
jobs:
|
||||
markdown-lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user