mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
chore(deps): update actions/checkout action to v5 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
98fc1b93fd
commit
2cf19058eb
5 changed files with 7 additions and 7 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
run: rustup toolchain install nightly --no-self-update --profile default --target wasm32-unknown-unknown
|
||||
|
|
|
|||
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Sync Labels
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
sparse-checkout: .github/labels.yml
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
run: rustup toolchain install nightly --no-self-update --profile default --target wasm32-unknown-unknown
|
||||
|
|
|
|||
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
run: |
|
||||
|
|
|
|||
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Test Book
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
run: |
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
needs: book-test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
pages: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue