mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Merge pull request #20 from NotAShelf/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 3 to 5
This commit is contained in:
commit
b7b1ca074c
2 changed files with 3 additions and 3 deletions
2
.github/workflows/nix-cache.yaml
vendored
2
.github/workflows/nix-cache.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "CHeckout"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- uses: cachix/install-nix-action@v25
|
||||
with:
|
||||
|
|
|
|||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
needs: [create-release, build-release]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Download Assets
|
||||
uses: robinraju/release-downloader@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue