diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:37:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 11:37:22 +0000 |
commit | d397c63b64593f8f86a0e7624c59bb343595a679 (patch) | |
tree | ce5c42cee1a2cb895a19fff6618d4697049e2f7e /.github/workflows/docs.yml | |
parent | Releasing debian version 2.1.2~dev0+20240219-3. (diff) | |
download | deluge-d397c63b64593f8f86a0e7624c59bb343595a679.tar.xz deluge-d397c63b64593f8f86a0e7624c59bb343595a679.zip |
Merging upstream version 2.1.2~dev0+20240910.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/docs.yml')
-rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9afa069..a23e264 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,11 +15,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" cache: "pip" |