diff --git a/.github/workflows/pdf.yaml b/.github/workflows/pdf.yaml index 388cd4c..1ae0f93 100644 --- a/.github/workflows/pdf.yaml +++ b/.github/workflows/pdf.yaml @@ -15,11 +15,11 @@ jobs: outputs: changed-files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 2 - name: Get list of all changes - uses: tj-actions/changed-files@v26 + uses: tj-actions/changed-files@v42 id: changed-files build-pdf: @@ -58,7 +58,7 @@ jobs: id: bump-version run: | new_version="$(./.github/scripts/bump_version.sh)" - echo "::set-output name=new-version::$new_version" + echo "new-version=$new_version" >> $GITHUB_OUTPUT - name: Create Release uses: release-drafter/release-drafter@v5 id: create-release