From 541fee32b647fa9688e43486f7412058148b0530 Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Sun, 11 Feb 2024 08:13:08 +0200 Subject: [PATCH] Update docs GitHub Actions for 4.2 (#535) Signed-off-by: DITA-OT Bot --- .github/actions/render/action.yml | 2 +- .github/workflows/release.yml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/actions/render/action.yml b/.github/actions/render/action.yml index 02f8c0f4..b640f1eb 100644 --- a/.github/actions/render/action.yml +++ b/.github/actions/render/action.yml @@ -6,7 +6,7 @@ inputs: default: 'master' DITA_OT_VERSION: description: 'DITA-OT version used for rendering' - default: '4.1.2' + default: '4.2' runs: using: 'composite' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a8bd314..bc6a2c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: WEBSITE_PLUGIN_BRANCH: 'master' - DITA_OT_VERSION: '4.1.2' + DITA_OT_VERSION: '4.2' steps: - name: Parse arguments run: | @@ -105,7 +105,6 @@ jobs: path: website labels: | release-updates - update-ci: runs-on: ubuntu-latest steps: @@ -116,12 +115,10 @@ jobs: else echo "VERSION=${{ github.event.inputs.dita-ot-version }}" >> $GITHUB_ENV fi - - name: Check out docs uses: actions/checkout@v4 with: ref: develop - - name: Update GitHub Actions release workflow uses: mikefarah/yq@master with: @@ -130,7 +127,6 @@ jobs: uses: mikefarah/yq@master with: cmd: yq -i '.inputs.DITA_OT_VERSION.default = "${{ env.VERSION }}"' '.github/actions/render/action.yml' - - name: Create release PR uses: peter-evans/create-pull-request@v6 with: