diff options
Diffstat (limited to '.github/workflows/unitctl.yml')
| -rw-r--r-- | .github/workflows/unitctl.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/unitctl.yml b/.github/workflows/unitctl.yml index fd152d4e..bd55647a 100644 --- a/.github/workflows/unitctl.yml +++ b/.github/workflows/unitctl.yml @@ -43,7 +43,7 @@ jobs: os: macos-latest target: aarch64-apple-darwin steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: rustup update stable - run: rustup target add ${{ matrix.target }} @@ -100,7 +100,7 @@ jobs: target: x86_64-apple-darwin steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: rustup update stable - run: rustup target add ${{ matrix.target }} |
