diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b774a3..c1c0faf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: os: [windows-latest, ubuntu-latest] toolchain: [stable] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 with: prefix-key: ${{ matrix.os }} @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: Cargo Sort check steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: stable @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest name: Cargo Clippy Check steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: stable diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 1be4e82..805076f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -11,7 +11,7 @@ jobs: name: Lint commit messages steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install CZ