mirror of
https://github.com/Swatinem/rust-cache
synced 2025-10-30 12:32:26 +00:00
chore: fix dependabot groups (#253)
This commit is contained in:
parent
a8b36e3f74
commit
203c9eb82a
14 changed files with 155 additions and 144 deletions
3
.github/workflows/check-dist.yml
vendored
3
.github/workflows/check-dist.yml
vendored
|
|
@ -13,9 +13,10 @@ on:
|
|||
|
||||
jobs:
|
||||
check-dist:
|
||||
if: github.repository == 'Swatinem/rust-cache'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue