diff --git a/.github/workflows/auto-update-data.yml b/.github/workflows/auto-update-data.yml index d0ad97e00..c36d168f7 100644 --- a/.github/workflows/auto-update-data.yml +++ b/.github/workflows/auto-update-data.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: actions/cache@v3 id: cache diff --git a/.github/workflows/auto-updates.yml b/.github/workflows/auto-updates.yml index 1c470ff5c..1c78a58ba 100644 --- a/.github/workflows/auto-updates.yml +++ b/.github/workflows/auto-updates.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: actions/cache@v3 id: cache @@ -59,7 +59,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - name: Install dictzip run: sudo apt install dictzip diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index e9bfc2a5d..5f5144f69 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -15,11 +15,13 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: actions/cache@v3 id: cache @@ -49,16 +51,18 @@ jobs: - "no" - "pt" - "ro" - - "ru" + # - "ru" - "sv" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: actions/cache@v3 id: cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2643569a7..6c8584aa1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: actions/cache@v3 id: cache