Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fab3f00

Browse files
Merge pull request #826 from Mark-Simulacrum/next
Bump checkout / error codes
2 parents 6554554 + a93a1b6 commit fab3f00

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Linting
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111

1212
- name: Install Rust nightly
1313
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
@@ -26,7 +26,7 @@ jobs:
2626
channel: [nightly]
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- name: Install Rust ${{ matrix.channel }}
3232
shell: bash
@@ -51,7 +51,7 @@ jobs:
5151
os: [ubuntu-latest]
5252
runs-on: ${{ matrix.os }}
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

5656
- name: Install Rust nightly
5757
run: rustup update --no-self-update nightly && rustup default nightly
@@ -69,7 +69,7 @@ jobs:
6969
name: Build the Docker image
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v6
7373

7474
- name: Build the Docker image
7575
run: docker build -t crater .

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Linting
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010

1111
- name: Install Rust nightly
1212
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
@@ -21,7 +21,7 @@ jobs:
2121
name: Linux testing
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
- name: Install Rust nightly
2727
run: rustup update nightly && rustup default nightly

tests/minicrater/full/full.html.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959
}
6060
],
61-
"build compiler-error(E0015)": [
61+
"build compiler-error(E0277)": [
6262
{
6363
"color_idx": 0,
6464
"name": "error-code (local)",

tests/minicrater/full/index.html.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959
}
6060
],
61-
"build compiler-error(E0015)": [
61+
"build compiler-error(E0277)": [
6262
{
6363
"color_idx": 0,
6464
"name": "error-code (local)",

tests/minicrater/full/markdown.md.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"log": "beta/local/error-code",
74-
"res": "build-fail:compiler-error(E0015)"
74+
"res": "build-fail:compiler-error(E0277)"
7575
}
7676
],
7777
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"

tests/minicrater/full/results.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"log": "beta/local/error-code",
160-
"res": "build-fail:compiler-error(E0015)"
160+
"res": "build-fail:compiler-error(E0277)"
161161
}
162162
],
163163
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"

0 commit comments

Comments
 (0)