summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2023-10-26 12:22:19 -0400
committermorpheus65535 <[email protected]>2023-10-26 12:22:19 -0400
commit386ac22631331cd6e915a1872ddfed294fd15ab8 (patch)
treeb8887695e8a20dbfaa90f19e1f34d9077ebd71f1 /.github/workflows
parent6925a97f2d45cc1edbd0db5e001ba26162ad04ae (diff)
downloadbazarr-386ac22631331cd6e915a1872ddfed294fd15ab8.tar.gz
bazarr-386ac22631331cd6e915a1872ddfed294fd15ab8.zip
no log: try to fix ci workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b323a4b6..21c8b1228 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,9 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
- with:
- fetch-depth: 1
+ uses: actions/checkout@v4
- name: Cache node_modules
uses: actions/cache@v3
@@ -75,9 +73,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
- with:
- fetch-depth: 1
+ uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4