mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore(deps): update actions/checkout action to v6 (#2049)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
uses: ilammy/setup-nasm@v1
|
||||
|
||||
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- sslocal
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to GitHub Container Registry
|
||||
|
||||
6
.github/workflows/build-msrv.yml
vendored
6
.github/workflows/build-msrv.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt update && sudo apt install -y clang
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
uses: ilammy/setup-nasm@v1
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt update && sudo apt install -y clang
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
uses: ilammy/setup-nasm@v1
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt update && sudo apt install -y clang
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
uses: ilammy/setup-nasm@v1
|
||||
|
||||
6
.github/workflows/build-nightly-release.yml
vendored
6
.github/workflows/build-nightly-release.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Install LLVM and Clang
|
||||
run: sudo apt update && sudo apt install -y clang
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
- x86_64-apple-darwin
|
||||
- aarch64-apple-darwin
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install GNU tar
|
||||
if: runner.os == 'macOS'
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
RUSTFLAGS: "-C target-feature=+crt-static"
|
||||
RUST_BACKTRACE: full
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ilammy/setup-nasm@v1
|
||||
|
||||
- name: Install Rust
|
||||
|
||||
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Install LLVM and Clang
|
||||
run: sudo apt update && sudo apt install -y clang
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
- x86_64-apple-darwin
|
||||
- aarch64-apple-darwin
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install GNU tar
|
||||
if: runner.os == 'macOS'
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
RUSTFLAGS: "-C target-feature=+crt-static"
|
||||
RUST_BACKTRACE: full
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: ilammy/setup-nasm@v1
|
||||
|
||||
- name: Install Rust
|
||||
|
||||
2
.github/workflows/clippy-check.yml
vendored
2
.github/workflows/clippy-check.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
uses: ilammy/setup-nasm@v1
|
||||
|
||||
2
.github/workflows/deny-check.yml
vendored
2
.github/workflows/deny-check.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
with:
|
||||
command: check ${{ matrix.checks }}
|
||||
|
||||
Reference in New Issue
Block a user