diff --git a/.github/template_gitref b/.github/template_gitref index 4630e6c4..201b085a 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-421-g204a709 +2021.08.26-426-g3a3f8a1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aa60d607..efbfd544 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ on: jobs: test: if: "endsWith(github.base_ref, 'main')" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" defaults: run: working-directory: "pulp_deb" @@ -48,7 +48,7 @@ jobs: no-test: if: "!endsWith(github.base_ref, 'main')" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" steps: - run: | echo "Skip docs testing on non-main branches." diff --git a/pyproject.toml b/pyproject.toml index 6bf7894d..0c89eeb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -165,4 +165,4 @@ replace = "version = \"{new_version}\"" filename = "./pyproject.toml" search = "version = \"{current_version}\"" -replace = "version = \"{new_version}\"" +replace = "version = \"{new_version}\"" \ No newline at end of file