From 674bd9b10112dadc79dda9d4c038e86fe5e97f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:29:08 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/98357b18bf14b5342f975ff684046ec3b2a07725...c0f553fe549906ede9cf27b5156039d195d2ece0) Updates `taiki-e/install-action` from 2.66.5 to 2.67.4 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/2e9d707ef49c9b094d45955b60c7e5c0dfedeb14...02b0f6e578e5f62f4c2e3b578ae0e1a01554138e) Updates `crate-ci/typos` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/bb4666ad77b539a6b4ce4eda7ebb6de553704021...65120634e79d8374d1aa2f27e54baa0c364fff5a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: taiki-e/install-action dependency-version: 2.67.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-version-flutter-app.yml | 4 ++-- .github/workflows/bump-version-flutter-lib.yml | 4 ++-- .github/workflows/bump-version-rust.yml | 6 +++--- .github/workflows/check-flutter.yml | 6 +++--- .github/workflows/check-github-actions.yml | 2 +- .github/workflows/check-markdown.yml | 2 +- .github/workflows/check-rust-beta.yml | 4 ++-- .github/workflows/check-rust-miri.yml | 2 +- .github/workflows/check-rust.yml | 12 ++++++------ .github/workflows/check-shell.yml | 4 ++-- .github/workflows/check-spelling.yml | 4 ++-- .github/workflows/deploy-github-pages-rust.yml | 2 +- .github/workflows/deploy-github-pages-zig.yml | 2 +- .github/workflows/detect-changed-files.yml | 2 +- .github/workflows/draft-release-flutter.yml | 6 +++--- .github/workflows/draft-release-rust.yml | 6 +++--- .github/workflows/flush-caches.yml | 2 +- .github/workflows/preload-caches-flutter.yml | 2 +- .github/workflows/preload-caches-rust.yml | 8 ++++---- .github/workflows/publish-crate.yml | 4 ++-- .github/workflows/tag-if-missing.yml | 2 +- .github/workflows/tag-untagged-releases-rust.yml | 4 ++-- 22 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/workflows/bump-version-flutter-app.yml b/.github/workflows/bump-version-flutter-app.yml index f8bb09d..555a13c 100644 --- a/.github/workflows/bump-version-flutter-app.yml +++ b/.github/workflows/bump-version-flutter-app.yml @@ -36,7 +36,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: token: ${{ steps.generate_token.outputs.token }} ref: main @@ -89,7 +89,7 @@ jobs: - id: cpr name: Create pull request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 with: token: ${{ steps.generate_token.outputs.token }} branch: release/bump-version diff --git a/.github/workflows/bump-version-flutter-lib.yml b/.github/workflows/bump-version-flutter-lib.yml index a8deabb..570c7c4 100644 --- a/.github/workflows/bump-version-flutter-lib.yml +++ b/.github/workflows/bump-version-flutter-lib.yml @@ -35,7 +35,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: token: ${{ steps.generate_token.outputs.token }} ref: main @@ -88,7 +88,7 @@ jobs: - id: cpr name: Create pull request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 with: token: ${{ steps.generate_token.outputs.token }} branch: release/bump-version diff --git a/.github/workflows/bump-version-rust.yml b/.github/workflows/bump-version-rust.yml index c783af2..154488f 100644 --- a/.github/workflows/bump-version-rust.yml +++ b/.github/workflows/bump-version-rust.yml @@ -39,7 +39,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: main fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-release @@ -79,7 +79,7 @@ jobs: - id: cpr name: Create pull request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 with: token: ${{ steps.generate_token.outputs.token }} branch-suffix: timestamp diff --git a/.github/workflows/check-flutter.yml b/.github/workflows/check-flutter.yml index 2507754..18e60b4 100644 --- a/.github/workflows/check-flutter.yml +++ b/.github/workflows/check-flutter.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Flutter uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e with: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Flutter uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e with: @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Flutter uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e with: diff --git a/.github/workflows/check-github-actions.yml b/.github/workflows/check-github-actions.yml index 6bc0a26..3de4b53 100644 --- a/.github/workflows/check-github-actions.yml +++ b/.github/workflows/check-github-actions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Lint GitHub Actions workflow files uses: raven-actions/actionlint@963d4779ef039e217e5d0e6fd73ce9ab7764e493 with: diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index b41f96d..30885b3 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check Markdown file formatting run: npx --yes "prettier@${{ inputs.prettier_version }}" --check --debug-check --color --prose-wrap always -- ${{ inputs.files }} diff --git a/.github/workflows/check-rust-beta.yml b/.github/workflows/check-rust-beta.yml index dc25f5b..40df48e 100644 --- a/.github/workflows/check-rust-beta.yml +++ b/.github/workflows/check-rust-beta.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install beta Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: @@ -23,7 +23,7 @@ jobs: - name: Set override to beta Rust run: rustup override set beta - name: Install cargo-nextest - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-nextest - name: Compile tests diff --git a/.github/workflows/check-rust-miri.yml b/.github/workflows/check-rust-miri.yml index 0f233e1..93d68af 100644 --- a/.github/workflows/check-rust-miri.yml +++ b/.github/workflows/check-rust-miri.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install nightly Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index ec7dbe8..f2a2b37 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install nightly Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install stable Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: @@ -61,7 +61,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install stable Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: @@ -72,7 +72,7 @@ jobs: shared-key: stable-${{ matrix.platform }} timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-nextest - name: Compile tests @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: msrv name: Get MSRV from package metadata run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >> "$GITHUB_OUTPUT" @@ -112,7 +112,7 @@ jobs: shared-key: msrv-ubuntu-latest timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-nextest - name: Compile tests diff --git a/.github/workflows/check-shell.yml b/.github/workflows/check-shell.yml index 4f5c775..c0032a2 100644 --- a/.github/workflows/check-shell.yml +++ b/.github/workflows/check-shell.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check formatting uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 env: @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check lints uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 with: diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 55a769e..cb07f2e 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check files for common misspellings - uses: crate-ci/typos@bb4666ad77b539a6b4ce4eda7ebb6de553704021 + uses: crate-ci/typos@65120634e79d8374d1aa2f27e54baa0c364fff5a with: files: "${{ inputs.files }}" diff --git a/.github/workflows/deploy-github-pages-rust.yml b/.github/workflows/deploy-github-pages-rust.yml index 37f7146..acf7610 100644 --- a/.github/workflows/deploy-github-pages-rust.yml +++ b/.github/workflows/deploy-github-pages-rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install nightly Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: diff --git a/.github/workflows/deploy-github-pages-zig.yml b/.github/workflows/deploy-github-pages-zig.yml index 6642de8..43d9f4e 100644 --- a/.github/workflows/deploy-github-pages-zig.yml +++ b/.github/workflows/deploy-github-pages-zig.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: korandoru/setup-zig@3d137e800ac114393177819328e565c3adc75210 with: zig-version: master diff --git a/.github/workflows/detect-changed-files.yml b/.github/workflows/detect-changed-files.yml index b873f92..74f7798 100644 --- a/.github/workflows/detect-changed-files.yml +++ b/.github/workflows/detect-changed-files.yml @@ -49,7 +49,7 @@ jobs: zig_files: ${{ steps.filter.outputs.zig_files }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 20 - name: Filter changed repository files diff --git a/.github/workflows/draft-release-flutter.yml b/.github/workflows/draft-release-flutter.yml index 0b37218..0793eda 100644 --- a/.github/workflows/draft-release-flutter.yml +++ b/.github/workflows/draft-release-flutter.yml @@ -42,7 +42,7 @@ jobs: url: ${{ steps.gh_release.outputs.url }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: gh_release name: Create a new GitHub draft release @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Add Toolbox Envy to PATH uses: EarthmanMuons/toolbox-envy/.github/actions/add-to-path@main @@ -116,7 +116,7 @@ jobs: contents: write steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Download staged dist/ artifact uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 diff --git a/.github/workflows/draft-release-rust.yml b/.github/workflows/draft-release-rust.yml index 145bf31..f3a3d62 100644 --- a/.github/workflows/draft-release-rust.yml +++ b/.github/workflows/draft-release-rust.yml @@ -26,7 +26,7 @@ jobs: url: ${{ steps.gh_release.outputs.url }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: gh_release name: Create a new GitHub draft release uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b @@ -70,7 +70,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install musl tools if: matrix.os == 'ubuntu-latest' run: sudo apt-get install -y musl-tools @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cross - name: Building release assets diff --git a/.github/workflows/flush-caches.yml b/.github/workflows/flush-caches.yml index eee8357..eb3a620 100644 --- a/.github/workflows/flush-caches.yml +++ b/.github/workflows/flush-caches.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Delete all GitHub Actions cache entries for the current branch env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/preload-caches-flutter.yml b/.github/workflows/preload-caches-flutter.yml index 8dd2cf0..2b4c7de 100644 --- a/.github/workflows/preload-caches-flutter.yml +++ b/.github/workflows/preload-caches-flutter.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Set up Flutter uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e with: diff --git a/.github/workflows/preload-caches-rust.yml b/.github/workflows/preload-caches-rust.yml index dfea083..03cf2b6 100644 --- a/.github/workflows/preload-caches-rust.yml +++ b/.github/workflows/preload-caches-rust.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install stable Rust toolchain uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 with: @@ -36,7 +36,7 @@ jobs: shared-key: stable-${{ matrix.platform }} timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-nextest - name: Check packages and dependencies for errors @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: msrv name: Get MSRV from package metadata run: awk -F '"' '/rust-version/{ print "version=" $2 }' Cargo.toml >> "$GITHUB_OUTPUT" @@ -70,7 +70,7 @@ jobs: shared-key: msrv-ubuntu-latest timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-nextest - name: Check packages and dependencies for errors diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index 48148e8..dc3f240 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-release diff --git a/.github/workflows/tag-if-missing.yml b/.github/workflows/tag-if-missing.yml index 1c83c40..5f55a43 100644 --- a/.github/workflows/tag-if-missing.yml +++ b/.github/workflows/tag-if-missing.yml @@ -28,7 +28,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: token: ${{ steps.generate_token.outputs.token }} ref: main diff --git a/.github/workflows/tag-untagged-releases-rust.yml b/.github/workflows/tag-untagged-releases-rust.yml index 43d35c7..848d5f7 100644 --- a/.github/workflows/tag-untagged-releases-rust.yml +++ b/.github/workflows/tag-untagged-releases-rust.yml @@ -32,7 +32,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout source code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: main token: ${{ steps.generate_token.outputs.token }} @@ -50,7 +50,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 + uses: taiki-e/install-action@a632d43378d77581e7441d0833ad517e52ca1fef with: tool: cargo-release