mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
Merge pull request #484 from imsnif/dependabot/github_actions/github-actions-44fbc26209
chore(deps): bump the github-actions group across 1 directory with 3 updates
This commit is contained in:
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
run: sudo apt-get install -y ripgrep
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Get MSRV
|
||||
id: get_msrv
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- nightly
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
target: x86_64-pc-windows-msvc
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
# This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future
|
||||
# pin the cross revision used to the latest HEAD at 04/2024.
|
||||
# Go back to taiki-e/install-action once cross 0.3 is released.
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
uses: taiki-e/cache-cargo-install-action@v3
|
||||
with:
|
||||
tool: cross
|
||||
git: https://github.com/cross-rs/cross.git
|
||||
@@ -182,14 +182,14 @@ jobs:
|
||||
|
||||
- name: Upload snapshots of failed tests
|
||||
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.rust }}-failed_snapshots
|
||||
path: '**/*.snap.new'
|
||||
|
||||
- name: Upload binaries
|
||||
if: ${{ success() || steps.build.outcome == 'success' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.target }}-${{ matrix.rust }}
|
||||
path: |
|
||||
|
||||
2
.github/workflows/publish-crate.yaml
vendored
2
.github/workflows/publish-crate.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
|
||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
# This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future
|
||||
# pin the cross revision used to the latest HEAD at 04/2024.
|
||||
# Go back to taiki-e/install-action once cross 0.3 is released.
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
uses: taiki-e/cache-cargo-install-action@v3
|
||||
with:
|
||||
tool: cross
|
||||
git: https://github.com/cross-rs/cross.git
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
# allow dependabot PRs to have no changelog
|
||||
if: ${{ needs.get-submitter.outputs.submitter != 'dependabot[bot]' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Fetch PR base
|
||||
run: git fetch --no-tags --prune --depth=1 origin
|
||||
|
||||
Reference in New Issue
Block a user