Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update github workflow dependencies
Slack Coder committed 3 years ago
commit dec7979644302e978356ce9d65cfcb095e4c48e7
parent 66f0f87933f799539ca4520a991a6844585fd3b1
1 file changed +4 -4
modified .github/workflows/actions.yml
@@ -11,7 +11,7 @@ jobs:
    name: Build & Test
    runs-on: ubuntu-latest
    steps:
-
      - uses: actions/checkout@v2
+
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
@@ -27,7 +27,7 @@ jobs:
    name: Docs
    runs-on: ubuntu-latest
    steps:
-
      - uses: actions/checkout@v2
+
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
      - name: Docs
        run: cargo doc --all --all-features
@@ -38,14 +38,14 @@ jobs:
    name: Lint
    runs-on: ubuntu-latest
    steps:
-
      - uses: actions/checkout@v2
+
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          components: clippy, rustfmt
          toolchain: 1.66
      - name: Cache cargo registry
-
        uses: actions/cache@v1
+
        uses: actions/cache@v3
        with:
          path: ~/.cargo/registry
          key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}