Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ci dependencies #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.5.2 -> v3.6.0
actions/setup-dotnet action minor v3.0.3 -> v3.2.0
actions/upload-artifact action patch v3.1.2 -> v3.1.3
alex-page/github-project-automation-plus action minor v0.8.3 -> v0.9.0
github/codeql-action action minor v2.3.0 -> v2.25.6
peter-evans/create-or-update-comment action minor v3.0.0 -> v3.1.0
peter-evans/find-comment action minor v2.3.0 -> v2.4.0

Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v3.2.0

Compare Source

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in https://github.com/actions/setup-dotnet/pull/303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

This minor release includes the following new features:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: '7.0.2xx'

More details about the new syntax can be found here.

It also contains several infrastructure changes:

New Contributors

Full Changelog: actions/setup-dotnet@v3...v3.1.0

actions/upload-artifact (actions/upload-artifact)

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

alex-page/github-project-automation-plus (alex-page/github-project-automation-plus)

v0.9.0

Compare Source

  • Update the NodeJS version of the action runner to Node 20. Thanks @​lkostrowski for the contribution.
github/codeql-action (github/codeql-action)

v2.25.6

Compare Source

v2.25.5

Compare Source

v2.25.4

Compare Source

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.11

Compare Source

v2.24.10

Compare Source

v2.24.9

Compare Source

v2.24.8

Compare Source

v2.24.7

Compare Source

v2.24.6

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

v2.24.3

Compare Source

v2.24.2

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

v2.21.6

Compare Source

v2.21.5

Compare Source

v2.21.4

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.4

Compare Source

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.13.4

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

peter-evans/create-or-update-comment (peter-evans/create-or-update-comment)

v3.1.0: Create or Update Comment v3.1.0

Compare Source

What's Changed

Full Changelog: peter-evans/create-or-update-comment@v3.0.2...v3.1.0

v3.0.2: Create or Update Comment v3.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.1...v3.0.2

v3.0.1: Create or Update Comment v3.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/create-or-update-comment@v3.0.0...v3.0.1

peter-evans/find-comment (peter-evans/find-comment)

v2.4.0: Find Comment v2.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: peter-evans/find-comment@v2.3.0...v2.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added ci dependencies Pull requests that update a dependency file github-actions labels Apr 21, 2023
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.3.0 chore(deps): update ci dependencies Apr 25, 2023
@renovate renovate bot changed the title chore(deps): update ci dependencies chore(deps): update peter-evans/find-comment action to v2.4.0 Apr 26, 2023
@renovate renovate bot changed the title chore(deps): update peter-evans/find-comment action to v2.4.0 chore(deps): update ci dependencies Apr 26, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 5c9bbcc to d04334e Compare May 4, 2023 20:05
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from b4bc6bc to 31e7d4c Compare June 2, 2023 17:41
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 48cf1df to 9252387 Compare June 13, 2023 19:10
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 10fdb02 to 7d2132d Compare July 6, 2023 14:32
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 67add2f to fe4b29d Compare July 19, 2023 13:11
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from d7b24bb to 41ab4c4 Compare July 28, 2023 16:01
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a4a0f4c to 3b0cd63 Compare August 14, 2023 14:45
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a0709b3 to d439cf5 Compare August 28, 2023 19:16
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 621c8fe to 7bbceb8 Compare October 19, 2023 16:42
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from b720ea4 to d5164d9 Compare October 27, 2023 10:30
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 9b47047 to c63935a Compare November 16, 2023 13:34
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 26d0739 to 39af9c0 Compare December 13, 2023 21:20
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 566e233 to ad52ab8 Compare January 8, 2024 16:47
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a2b0be2 to 492c910 Compare February 15, 2024 13:49
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 26bdba1 to abfa70d Compare February 23, 2024 12:25
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 23b9e54 to 01a15c1 Compare April 5, 2024 17:25
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from a2f7c10 to 0b14ec8 Compare April 17, 2024 13:09
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 851bc7c to 3e31dc0 Compare April 26, 2024 01:38
@renovate renovate bot force-pushed the renovate/ci-deps branch 2 times, most recently from 64092d5 to 15be7ae Compare May 13, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci dependencies Pull requests that update a dependency file github-actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants