polyfillpolyfill / polyfill-service

Automatic polyfill service.
https://polyfill.io/
MIT License
7.54k stars 756 forks source link

Bump the github-actions group across 1 directory with 6 updates #2884

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the github-actions group with 6 updates in the / directory:

Package From To
actions/checkout 4.1.1 4.1.6
actions-rust-lang/setup-rust-toolchain 1.8.0 1.9.0
fastly/compute-actions 5 7
actions/upload-artifact 4.1.0 4.3.3
actions/cache 4.0.0 4.0.2
actions/setup-node 4.0.1 4.0.2

Updates actions/checkout from 4.1.1 to 4.1.6

Release notes

Sourced from actions/checkout's releases.

v4.1.6

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

... (truncated)

Commits


Updates actions-rust-lang/setup-rust-toolchain from 1.8.0 to 1.9.0

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.9.0

  • Add extra argument cache-on-failure and forward it to Swatinem/rust-cache. (#39 by @​samuelhnrq)
    Set the default the value to true. This will result in more caching than previously. This helps when large dependencies are compiled only for testing to fail.
Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.9.0] - 2024-06-08

  • Add extra argument cache-on-failure and forward it to Swatinem/rust-cache. (#39 by @​samuelhnrq)
    Set the default the value to true. This will result in more caching than previously. This helps when large dependencies are compiled only for testing to fail.

[1.8.0] - 2024-01-13

  • Allow specifying subdirectories for cache.
  • Fix toolchain file overriding.

[1.7.0] - 2024-01-11

  • Allow overriding the toolchain file with explicit toolchain input. (#26)

[1.6.0] - 2023-12-04

Added

  • Allow disabling problem matchers (#27) This can be useful when having a matrix of jobs, that produce the same errors.

[1.5.0] - 2023-05-29

Added

  • Support installing additional components and targets that are not listed in rust-toolchain (#14) Before only the items listed in rust-toolchain were installed. Now all the items from the toolchain file are installed and then all the targets and components that are provided as action inputs. This allows installing extra tools only for CI or simplify testing special targets in CI.

  • Allow skipping the creation of a RUSTFLAGS environment variable. Cargos logic for rustflags is complicated, and setting the RUSTFLAGS environment variable prevents other ways of working. Provide a new rustflags input, which controls the environment variable creation. If the value is set to the empty string, then RUSTFLAGS is not created.

    Pre-existing RUSTFLAGS variables are never modified by this extension.

[1.4.4] - 2023-03-18

Fixed

... (truncated)

Commits
  • 1fbea72 Merge pull request #40 from actions-rust-lang/prepare-release
  • 46dca5d Add changelog entry
  • 1734e14 Switch default of cache-on-failure to true
  • 74e1b40 Merge pull request #39 from samuelhnrq/main
  • d60b90d feat: adds cache-on-failure propagation
  • See full diff in compare view


Updates fastly/compute-actions from 5 to 7

Release notes

Sourced from fastly/compute-actions's releases.

v7

What's Changed

Full Changelog: https://github.com/fastly/compute-actions/compare/v6...v7

v6

Enhancements

  • Support Viceroy installation.
  • Bump node16 to node20.
  • Bump actions/checkout to latest v4.
  • Replace Rust action
  • Correct indentation for preview/actions.yml.

Documentation

  • Add RELEASE.md.
  • Update README.md examples.
Commits
  • c31e44b Merge pull request #48 from fastly/kailan-viceroy-version-default
  • 736964f Provide default value for viceroy_version in main action manifest
  • d811a69 Update README.md
  • 0364c1d Merge pull request #46 from fastly/integralist/fix-bugs
  • a4ed36a style: reformat indentation
  • e1d4720 fix: deploy should use util/bin + be consistent with variable naming
  • bac0c8b doc(README): format file + change example CLI version
  • 7bc13ba build: bump node16 to node20
  • d03eddb build: replace unmaintained Rust action
  • be27598 build: bump actions/checkout to latest version v4
  • Additional commits viewable in compare view


Updates actions/upload-artifact from 4.1.0 to 4.3.3

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.3

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3

v4.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2

v4.3.1

v4.3.0

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0

v4.2.0

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0

Commits
  • 6546280 updating package version
  • c004fb4 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 90aba49 updating toolkit artifact dependency to 2.1.6
  • b06cde3 Merge pull request #563 from actions/eggyhead/release-4.3.2
  • 1746f4a Revert "updating to release 4.3.2"
  • 31685d0 updating to release 4.3.2
  • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
  • dac413b update package lock version
  • bb3b4a3 updating package version
  • 3e3da83 updating artifact and core dependencies
  • Additional commits viewable in compare view


Updates actions/cache from 4.0.0 to 4.0.2

Release notes

Sourced from actions/cache's releases.

v4.0.2

What's Changed

Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2

v4.0.1

What's Changed

New Contributors

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

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


Updates actions/setup-node from 4.0.1 to 4.0.2

Release notes

Sourced from actions/setup-node's releases.

v4.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2

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 weeks ago

Superseded by #2885.