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

build(deps): bump actions/cache from v2.1.3 to v2.1.4 #158

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps actions/cache from v2.1.3 to v2.1.4.

Release notes

Sourced from actions/cache's releases.

v2.1.4

  • Make caching more verbose #650
  • Use GNU tar on macOS if available #701
Commits
  • 26968a0 Make save/restore logs akin (#509)
  • aeaf731 Use @actions/cache version 1.0.6 (#525)
  • 56a8a2f Merge pull request #514 from eregon/recommend-setup-ruby-bundler-cache
  • 1bfe3ac Recommend ruby/setup-ruby's bundler-cache: true option
  • 3543324 Merge pull request #434 from DanielHabenicht/patch-1
  • 3303695 Merge pull request #507 from odin-delrio/patch-1
  • e64ab30 Improved gradle cache key calculation example
  • 26c48dc Merge pull request #506 from actions/cache-matrix-example
  • 72f66cf Added a cache example when using matrix
  • 9f3a4d3 Merge pull request #443 from guilleijo/pipenv-example
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the build Changes that affect the build system or external dependencies label Mar 1, 2021
@dependabot dependabot bot requested a review from playpauseandstop March 1, 2021 05:49
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/cache-v2.1.4 branch from f4ba9af to 7fd12f3 Compare March 12, 2021 21:47
@playpauseandstop playpauseandstop merged commit 0a77a11 into master Mar 12, 2021
@playpauseandstop playpauseandstop deleted the dependabot/github_actions/actions/cache-v2.1.4 branch March 12, 2021 21:53
badabump-release-bot bot pushed a commit that referenced this pull request May 9, 2021
Other:
------

- (**deps**) bump pyyaml from 5.3.1 to 5.4.1 (#147)
- (**deps-dev**) bump coverage from 5.3.1 to 5.4 (#145)
- (**deps-dev**) bump pytest from 6.2.1 to 6.2.2 (#146)
- (**deps-dev**) bump pytest-cov from 2.10.1 to 2.11.1 (#144)
- (**deps**) bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 (#148)
- Bump Python dev version to 3.9.2 (#160)
- (**deps**) bump actions/cache from v2.1.3 to v2.1.4 (#158)
- (**deps**) bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#157)
- (**deps**) bump peter-evans/create-pull-request from v3.8.0 to v3.8.2 (#156)
- (**deps**) bump actions/setup-python from v2.2.1 to v2.2.2 (#165)
- (**deps**) bump actions/cache from v2.1.4 to v2.1.5 (#166)
- (**deps**) bump pre-commit/action from v2.0.0 to v2.0.3 (#167)
- (**deps**) bump environ-config from 20.1.0 to 21.1.0 (#164)
- (**deps-dev**) bump pytest from 6.2.2 to 6.2.3 (#163)
- [#149] Pin supported openapi-core version (#170)
- Apply isort pre-commit hook (#174)
- (**deps**) bump attrs from 20.3.0 to 21.2.0 (#171)
- (**deps-dev**) bump pytest from 6.2.3 to 6.2.4 (#173)
- Update requirements (#175)
playpauseandstop added a commit that referenced this pull request May 9, 2021
This release allows to install latest versions of,

- `attrs`
- `environ-config`

As well as depend on only supported version of `openapi-core` library,
which ensures that `poetry update` do not install unsupported version
of `openapi-core`.

Other:
------

- (**deps**) bump pyyaml from 5.3.1 to 5.4.1 (#147)
- (**deps-dev**) bump coverage from 5.3.1 to 5.4 (#145)
- (**deps-dev**) bump pytest from 6.2.1 to 6.2.2 (#146)
- (**deps-dev**) bump pytest-cov from 2.10.1 to 2.11.1 (#144)
- (**deps**) bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 (#148)
- Bump Python dev version to 3.9.2 (#160)
- (**deps**) bump actions/cache from v2.1.3 to v2.1.4 (#158)
- (**deps**) bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#157)
- (**deps**) bump peter-evans/create-pull-request from v3.8.0 to v3.8.2 (#156)
- (**deps**) bump actions/setup-python from v2.2.1 to v2.2.2 (#165)
- (**deps**) bump actions/cache from v2.1.4 to v2.1.5 (#166)
- (**deps**) bump pre-commit/action from v2.0.0 to v2.0.3 (#167)
- (**deps**) bump environ-config from 20.1.0 to 21.1.0 (#164)
- (**deps-dev**) bump pytest from 6.2.2 to 6.2.3 (#163)
- [#149] Pin supported openapi-core version (#170)
- Apply isort pre-commit hook (#174)
- (**deps**) bump attrs from 20.3.0 to 21.2.0 (#171)
- (**deps-dev**) bump pytest from 6.2.3 to 6.2.4 (#173)
- Update requirements (#175)

Co-authored-by: playpauseandstop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant