mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 10:23:50 -06:00
Merge pull request #5 from Xevion/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
This commit is contained in:
Vendored
+2
-2
@@ -14,7 +14,7 @@ jobs:
|
||||
name: Rust Security Audit
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install cargo-audit
|
||||
uses: taiki-e/install-action@cargo-audit
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
name: NPM Security Audit
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
Reference in New Issue
Block a user