Skip to content

Commit 750da3a

Browse files
chore: remove community health files (now using org defaults)
1 parent 9ba2482 commit 750da3a

File tree

7 files changed

+5
-330
lines changed

7 files changed

+5
-330
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/spec_compliance.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Rustfmt Check
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install Rust (nightly for rustfmt)
2424
uses: dtolnay/rust-toolchain@nightly
2525
with:
@@ -31,7 +31,7 @@ jobs:
3131
name: Clippy Check
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@stable
3737
with:
@@ -55,7 +55,7 @@ jobs:
5555
name: Test Suite
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
with:
6060
submodules: 'true'
6161
- name: Install Rust

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
group: release-plz-${{ github.ref }}
2121
cancel-in-progress: false
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

@@ -42,7 +42,7 @@ jobs:
4242
contents: write
4343
id-token: write
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 0
4848

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)