diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 874508dc..0d7677c7 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -52,7 +52,7 @@ jobs: targets: ${{ matrix.target }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate Cargo.lock run: cargo generate-lockfile diff --git a/.github/workflows/check-crate-features.yaml b/.github/workflows/check-crate-features.yaml index 72c36bbb..9ef4fb8e 100644 --- a/.github/workflows/check-crate-features.yaml +++ b/.github/workflows/check-crate-features.yaml @@ -48,7 +48,7 @@ jobs: targets: ${{ matrix.target }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate Cargo.lock run: cargo generate-lockfile diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index aef1b3df..1431b5a5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -34,7 +34,7 @@ jobs: components: clippy, rustfmt - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate Cargo.lock run: cargo generate-lockfile diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 7eec1529..4ab2e37b 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: dtolnay/rust-toolchain@stable - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Publish release on crates.io env: diff --git a/.github/workflows/security-audit.yaml b/.github/workflows/security-audit.yaml index e37308fc..56ee5630 100644 --- a/.github/workflows/security-audit.yaml +++ b/.github/workflows/security-audit.yaml @@ -27,7 +27,7 @@ jobs: - name: Install cargo-audit run: cargo install cargo-audit - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Rust toolchain and build artifacts uses: Swatinem/rust-cache@v2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3b1c46d..75215081 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.9.0 + rev: v0.9.2 hooks: - id: markdownlint-cli2 - repo: https://github.com/shellcheck-py/shellcheck-py @@ -44,12 +44,12 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.25.0 + rev: 0.26.3 hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.0.3 hooks: - id: prettier types_or: