We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ab62f commit d229493Copy full SHA for d229493
1 file changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- uses: actions-rust-lang/setup-rust-toolchain@v1
17
- name: Install cargo binstall
18
uses: cargo-bins/cargo-binstall@main
@@ -50,7 +50,7 @@ jobs:
50
- target: x86_64-apple-darwin
51
os: macos-13
52
53
54
55
with:
56
target: ${{ matrix.target }}
@@ -82,7 +82,7 @@ jobs:
82
packages: write
83
84
85
86
87
88
0 commit comments