diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61d4fb5..cebd23e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - run: rustup update stable --no-self-update - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: @@ -67,7 +67,7 @@ jobs: os: [macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - run: | rustup update stable --no-self-update rustup target add aarch64-apple-darwin x86_64-apple-darwin