From b3b863fff62c1a262fc74548bfb60e507aa9c1f7 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Wed, 17 Dec 2025 11:58:40 +0000 Subject: [PATCH] Switch to main --- .github/workflows/main.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71e7cab..ed92573 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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="$( diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c492e66..21cd6ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ permissions: on: push: branches: - - master + - main jobs: release-plz: