Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- target: x86_64-unknown-illumos
test: false
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Rust
run: |
rustup update stable --no-self-update
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Rust
run: |
rustup update stable --no-self-update
Expand All @@ -144,7 +144,7 @@ jobs:
env:
RUSTFLAGS: # No need to check warnings on old MSRV, unset `-Dwarnings`
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Rust
run: |
msrv="$(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
push:
branches:
- master
- main

jobs:
release-plz:
Expand Down