ggrossetie / asciidoctor-web-pdf

Convert AsciiDoc documents to PDF using web technologies
https://asciidoctor.org
MIT License
443 stars 91 forks source link

Update GitHub Actions #638

Closed ggrossetie closed 2 years ago

ggrossetie commented 2 years ago

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v3
actions/create-release action minor v1.0.0 -> v1.1.4
actions/download-artifact action major v2 -> v3
actions/setup-node action major v1 -> v3
actions/upload-artifact action major v2 -> v3
actions/upload-release-asset action patch v1.0.1 -> v1.0.2

Release Notes

actions/checkout ### [`v3`](https://togithub.com/actions/checkout/compare/v2...v3) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3)
actions/create-release ### [`v1.1.4`](https://togithub.com/actions/create-release/releases/v1.1.4) [Compare Source](https://togithub.com/actions/create-release/compare/v1.1.3...v1.1.4) This release adds the ability to specify an owner/repo in your inputs to have an action run create releases on a different repository. ### [`v1.1.3`](https://togithub.com/actions/create-release/releases/v1.1.3) [Compare Source](https://togithub.com/actions/create-release/compare/v1.1.2...v1.1.3) This release includes vendored licenses for this action's npm dependencies. ### [`v1.1.2`](https://togithub.com/actions/create-release/releases/v1.1.2) [Compare Source](https://togithub.com/actions/create-release/compare/v1.1.1...v1.1.2) Adds the ability to populate the release body from a file. [https://github.com/actions/create-release/pull/50](https://togithub.com/actions/create-release/pull/50) ### [`v1.1.1`](https://togithub.com/actions/create-release/releases/v1.1.1) [Compare Source](https://togithub.com/actions/create-release/compare/v1.1.0...v1.1.1) - Release name is now an optional field to match the GitHub API - [https://github.com/actions/create-release/pull/75](https://togithub.com/actions/create-release/pull/75) - Add `commitish` param. Useful for targeting a commit or tag. [https://github.com/actions/create-release/pull/32](https://togithub.com/actions/create-release/pull/32) ### [`v1.1.0`](https://togithub.com/actions/create-release/releases/v1.1.0) [Compare Source](https://togithub.com/actions/create-release/compare/v1.0.1...v1.1.0) - Add support to v2 to connect to GHES ([#​70](https://togithub.com/actions/create-release/issues/70)) - Bumped acorn ([#​57](https://togithub.com/actions/create-release/issues/57)) and handlebars ([#​33](https://togithub.com/actions/create-release/issues/33)) versions ### [`v1.0.1`](https://togithub.com/actions/create-release/releases/v1.0.1) [Compare Source](https://togithub.com/actions/create-release/compare/v1.0.0...v1.0.1) This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing
actions/download-artifact ### [`v3`](https://togithub.com/actions/download-artifact/compare/v2...v3) [Compare Source](https://togithub.com/actions/download-artifact/compare/v2...v3)
actions/setup-node ### [`v3`](https://togithub.com/actions/setup-node/compare/v2...v3) [Compare Source](https://togithub.com/actions/setup-node/compare/v2...v3) ### [`v2`](https://togithub.com/actions/setup-node/compare/v1...v2) [Compare Source](https://togithub.com/actions/setup-node/compare/v1...v2)
actions/upload-artifact ### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2...v3)
actions/upload-release-asset ### [`v1.0.2`](https://togithub.com/actions/upload-release-asset/releases/v1.0.2) [Compare Source](https://togithub.com/actions/upload-release-asset/compare/v1.0.1...v1.0.2) This is a minor update to make the current release have the latest code from master, and additionally allows for a new automation workflow to execute to automate the sliding of the major (v1, v2, v3, etc) version numbers for ease of referencing

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.