e
This commit is contained in:
parent
00000d9d54
commit
00000d932b
6 changed files with 34 additions and 3639 deletions
4
.github/workflows/epg.yml
vendored
4
.github/workflows/epg.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .venv
|
||||
key: shared-venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue