Skip to content

Commit 511160f

Browse files
authored
Switch to main (#266)
1 parent 434afe6 commit 511160f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- target: x86_64-unknown-illumos
7272
test: false
7373
steps:
74-
- uses: actions/checkout@master
74+
- uses: actions/checkout@main
7575
- name: Install Rust
7676
run: |
7777
rustup update stable --no-self-update
@@ -118,7 +118,7 @@ jobs:
118118
name: Rustfmt
119119
runs-on: ubuntu-latest
120120
steps:
121-
- uses: actions/checkout@master
121+
- uses: actions/checkout@main
122122
- name: Install Rust
123123
run: |
124124
rustup update stable --no-self-update
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
RUSTFLAGS: # No need to check warnings on old MSRV, unset `-Dwarnings`
146146
steps:
147-
- uses: actions/checkout@master
147+
- uses: actions/checkout@main
148148
- name: Install Rust
149149
run: |
150150
msrv="$(

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
release-plz:

0 commit comments

Comments
 (0)