statisticsnorway / dapla-toolbelt-pseudo

Pseudonymization extensions for Dapla Toolbelt
MIT License
1 stars 0 forks source link

Bump the github-action-dependencies group with 5 updates #386

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps the github-action-dependencies group with 5 updates:

Package From To
actions/configure-pages 4 5
google-github-actions/auth 1.1.1 2.1.2
google-github-actions/setup-gcloud 1 2
Gr1N/setup-poetry 8 9
actions/cache 3 4

Updates actions/configure-pages from 4 to 5

Release notes

Sourced from actions/configure-pages's releases.

v5.0.0

Breaking Changes

:warning: This version contains breaking changes! :warning:

Full Changelog

See details of all code changes since previous release.

Commits
  • 983d773 Merge pull request #139 from actions/config-auto-detect
  • 9cf6e24 Tweak comment
  • f304bd8 Update distributables
  • 215cd51 Attempt to detect existing config files matching the expected basename plus o...
  • e9382ac Front-load the file extension warning
  • 7781abd Merge pull request #138 from actions/error-utils
  • fc47e3c Update distributables
  • 9c9f8a2 Update tests to use the Octokit RequestError class
  • 9a4705d Update distributables
  • f6ded38 Fix syntax error and formatting
  • Additional commits viewable in compare view


Updates google-github-actions/auth from 1.1.1 to 2.1.2

Release notes

Sourced from google-github-actions/auth's releases.

v2.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v2.1.2

v2.1.1

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v2.1.1

v2.1.0

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v2.1.0

v2.0.1

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v2.0.1

v2.0.0

⚠️ This version requires Node 20 or later on the runner! If you are using GitHub-managed runners, no action is needed. If you are using self-hosted runners, make sure the system version of Node is version 20 or higher.

What's Changed

... (truncated)

Commits


Updates google-github-actions/setup-gcloud from 1 to 2

Release notes

Sourced from google-github-actions/setup-gcloud's releases.

v2

:warning: This version requires Node 20 or later!

Floating v2 alias

v1.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.0.1...v1.1.0

v1.0.1

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v1.0.0...v1.0.1

Commits


Updates Gr1N/setup-poetry from 8 to 9

Release notes

Sourced from Gr1N/setup-poetry's releases.

v9

  • Action updated to use Node 20
  • Support for Python 3.12
  • Breaking Change, removed support for Python 3.7
Commits
  • 48b0f77 chore: node, packages & python versions
  • 52d4d24 Update action.yml
  • 12c727a chore: move jest config to package.json
  • cce4afa chore: move prettierrc to package.json
  • b19c495 chore: move eslintrc to package.json
  • 364689e chore: move eslintignore to package.json
  • See full diff in compare view


Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.2

  • Fixed restore fail-on-cache-miss not working.

4.0.1

  • Updated isGhes check

4.0.0

  • Updated minimum runner version support from node 12 -> node 20

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.