Skip to content

Commit

Permalink
switch action branches
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed May 21, 2023
1 parent 6893dd2 commit 1c10065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

lint:
name: lint
uses: wolcomm/.github/.github/workflows/rust-lint.yml@os-dependencies
uses: wolcomm/.github/.github/workflows/rust-lint.yml@master
with:
build-dependencies: "protobuf-compiler"

Expand All @@ -24,7 +24,7 @@ jobs:
include:
- toolchain: nightly
args: --doc
uses: wolcomm/.github/.github/workflows/rust-test.yml@os-dependencies
uses: wolcomm/.github/.github/workflows/rust-test.yml@codecov-token
with:
toolchain: ${{ matrix.toolchain }}
args: ${{ matrix.args }}
Expand All @@ -38,7 +38,7 @@ jobs:
needs:
- lint
- test
uses: wolcomm/.github/.github/workflows/rust-publish.yml@os-dependencies
uses: wolcomm/.github/.github/workflows/rust-publish.yml@master
with:
build-dependencies: "protobuf-compiler"
secrets: inherit

0 comments on commit 1c10065

Please sign in to comment.