Skip to content

chore(deps): bump GoogleCloudPlatform/github-actions from 0.2.1 to 0.6.0#1

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/GoogleCloudPlatform/github-actions-0.6.0
Closed

chore(deps): bump GoogleCloudPlatform/github-actions from 0.2.1 to 0.6.0#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/GoogleCloudPlatform/github-actions-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps GoogleCloudPlatform/github-actions from 0.2.1 to 0.6.0.

Release notes

Sourced from GoogleCloudPlatform/github-actions's releases.

setup-gcloud v0.6.0

⚠ BREAKING CHANGES

  • Require Node 16 (#532)

Features

Miscellaneous Chores

setup-gcloud v0.5.1

⚠️ This is the last release that supports Node 12. Future releases will require Node 16!

Miscellaneous Chores

  • fix a bug where http proxy variables were not respected
  • release 0.5.1 (64f0beb)

setup-gcloud v0.5.0

Bug fixes

  • fix a bug where gcloud error output was being hidden

Miscellaneous Chores

setup-gcloud v0.4.0

Features

Bug Fixes

  • support export auth export with envvar for backwards compat (#426) (aaf4f27)

setup-gcloud v0.3.0

... (truncated)

Changelog

Sourced from GoogleCloudPlatform/github-actions's changelog.

0.6.0 (2022-03-08)

⚠ BREAKING CHANGES

  • Require Node 16 (#532)

Features

Miscellaneous Chores

0.5.1 (2022-02-16)

Miscellaneous Chores

0.5.0 (2022-02-04)

Bug fixes

  • fix a bug where gcloud error output was being hidden

Miscellaneous Chores

0.4.0 (2022-01-21)

Features

Bug Fixes

  • support export auth export with envvar for backwards compat (#426) (aaf4f27)

0.3.0 (2021-12-06)

Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [GoogleCloudPlatform/github-actions](https://github.com/GoogleCloudPlatform/github-actions) from 0.2.1 to 0.6.0.
- [Release notes](https://github.com/GoogleCloudPlatform/github-actions/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/v0.6.0/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@v0.2.1...v0.6.0)

---
updated-dependencies:
- dependency-name: GoogleCloudPlatform/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Oct 17, 2022

Superseded by #6.

@dependabot dependabot bot closed this Oct 17, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/GoogleCloudPlatform/github-actions-0.6.0 branch October 17, 2022 13:51
pvandyken pushed a commit that referenced this pull request Feb 4, 2026
Pixi install github action is failing with "failed to parse pypi name
mapping" errors likely due to rate limiting when 30+ jobs are kicked off
nearly simultaneously

I tested this fix on snakemake#3820 since the tests kept failing due to the
`pixi` install action failing. After committing this change, [the
actions ran
successfully](https://github.com/snakemake/snakemake/actions/runs/20684893321).

In [this failing
run's](https://github.com/snakemake/snakemake/actions/runs/20682879051/job/59383597583#step:3:3261)
debug logs we see:
```
pixi install -e py311
[...]
   WARN resolve_conda{group=py313 platform=win-64}: reqwest_retry::middleware: Retry attempt #1. Sleeping 1.225245051s before the next attempt
  Error:   × failed to parse pypi name mapping
    ├─▶ error decoding response body
    ╰─▶ expected value at line 1 column 1
```
This warning is repeated many times until finally pixi stops retrying -
this is what suggested to me that some sort of rate limit was the issue.


One downside is that this does make the CI take a bit longer to run. We
could consider using the `cache` feature of the pixi action. And turning
up the max-parallel, or reducing the number of test-groups


### QC
<!-- Make sure that you can tick the boxes below. -->

* [ ] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [ ] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated development toolchain dependencies for improved build and test
infrastructure.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants