diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fa7dbc3..910bc41c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Install cargo-audit run: cargo -v install cargo-audit - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} - name: Audit @@ -138,7 +138,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} submodules: recursive diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2536e3ea..316a1a18 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Install Curl diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 54e90e83..9d5560e5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Prettier run: npm install --no-save prettier prettier-plugin-toml - name: Prettier @@ -34,7 +34,7 @@ jobs: with: components: rustfmt - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Rust Formatting diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ba40fee..7aae69fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} submodules: recursive