Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
genedna authored Jan 19, 2025
2 parents da7f289 + 74ffe91 commit 2ed4fd2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
automatic-approve:
name: Automatic Approve
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Automatic Approve
uses: mheap/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint-md:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Lint Markdown content
steps:
- name: Checkout the repository
Expand All @@ -21,7 +21,7 @@ jobs:
config: ./.markdownlint.json
args: ./README.md
lint-editorconfig:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Lint for editorconfig violations
steps:
- name: Checkout the repository
Expand All @@ -30,7 +30,7 @@ jobs:
uses: editorconfig-checker/action-editorconfig-checker@v2

lint-markdown-toc:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Lint for Table of Contents
steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
Loading

0 comments on commit 2ed4fd2

Please sign in to comment.