diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b139fd5..fd96c85 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,7 +17,7 @@ jobs: HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }} steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch hatchling @@ -37,7 +37,7 @@ jobs: IMAGE: manga-dlp steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup qemu uses: docker/setup-qemu-action@v2 diff --git a/.gitea/workflows/check_code.yml b/.gitea/workflows/check_code.yml index 69fdf4c..201c299 100644 --- a/.gitea/workflows/check_code.yml +++ b/.gitea/workflows/check_code.yml @@ -12,7 +12,7 @@ jobs: runs-on: python311 steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "build docs" run: | @@ -26,7 +26,7 @@ jobs: needs: [check-code-py311] steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: runs-on: python38 steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch @@ -65,7 +65,7 @@ jobs: needs: [check-code-py38] steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch @@ -84,7 +84,7 @@ jobs: needs: [check-code-py39] steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch @@ -103,7 +103,7 @@ jobs: needs: [check-code-py310] steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 16c60ec..12d40c8 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,7 +17,7 @@ jobs: HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }} steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup go uses: actions/setup-go@v4 diff --git a/.gitea/workflows/scheduled.yml b/.gitea/workflows/scheduled.yml index 7d130f7..b6c0637 100644 --- a/.gitea/workflows/scheduled.yml +++ b/.gitea/workflows/scheduled.yml @@ -11,7 +11,7 @@ jobs: runs-on: python311 steps: - name: checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install hatch run: pip install -U hatch