Róbert Papp
Róbert Papp
Some things that immediately come to mind, there's probably more: > What will be the benefit of the upgrade? * Being able to easily use the latest Android SDK APIs....
Amazing list! 👍🏻
copybara/piper is Google's Git syncing service. Someone probably needed a branch to test something out (e.g. CI or tool).
Agreed, I just noticed the warning and had no idea what's causing it. In the end I found this issue and realized I probably had a non-standard gem, fixed it...
> What did you mean by the version defaulting to 0 though? At one point in the past years `gem 'github-pages', group: :jekyll_plugins` gave me a "cannot find gem `github-pages...
@trinitronx For the record the warning comes from here: https://github.com/actions/jekyll-build-pages/blob/1ad3785f62f89aa74de56d99758dee0e10ecad1c/entrypoint.sh#L17-L18 where you can see what command the action executes. So you're right that it's "comparing" the GH Pages Classic Gemfile...
I would like this too, use case similar to https://github.com/orgs/community/discussions/73309 and https://github.com/orgs/community/discussions/51280 Pretty much anyone who provides a composite action that runs a jar or JDK commands is affected. I...
To finish the amazing investigation, and give actionable steps for this project: https://github.com/actions/toolkit/blob/5430c5d84832076372990c7c27f900878ff66dc9/packages/artifact/package.json#L52 The above line needs to be updated from 5.3.1 to at least [6.0.0](https://github.com/archiverjs/node-archiver/releases/tag/6.0.0), which doesn't look like...
Off topic a bit: but @lelegard [free?](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates). Yes, there's a free tier, but there are many paid users. On topic: this is the [second most voted](https://github.com/actions/upload-artifact/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) issue in this repo,...
There are mentions of separate upgrades of v3/v4 here breaking and I've had problems in many of my repositories. If anyone is using Renovate and has incompatibility problems, this rule...