summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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