Skip to content

Update actions/checkout action to v7#69

Merged
damacus merged 1 commit into
mainfrom
renovate/major-actions
Jun 29, 2026
Merged

Update actions/checkout action to v7#69
damacus merged 1 commit into
mainfrom
renovate/major-actions

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6v7

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 18, 2026 21:30
@renovate renovate Bot added Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel labels Jun 18, 2026
@github-actions

Copy link
Copy Markdown

😰 RSpec failure

1 example, 1 failure

spec/unit/recipes/default_spec.rb:28 mingw::default When all attributes are default, on an unspecified platform converges successfully
Details

spec/unit/recipes/default_spec.rb:28 mingw::default When all attributes are default, on an unspecified platform converges successfully

expected no Exception, got #<Chef::Exceptions::RecipeNotFound: could not find recipe default for cookbook seven_zip> with backtrace:
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/cookbook_version.rb:223:in `load_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:429:in `load_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:385:in `block in include_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:384:in `each'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:384:in `include_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/dsl/include_recipe.rb:26:in `include_recipe'
  # /tmp/chefspec20260618-2952-np11d6file_cache_path/cookbooks/mingw/recipes/default.rb:19:in `from_file'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/mixin/from_file.rb:34:in `instance_eval'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/mixin/from_file.rb:34:in `from_file'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/cookbook_version.rb:262:in `load_ruby_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/cookbook_version.rb:217:in `load_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:429:in `load_recipe'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context/cookbook_compiler.rb:228:in `block in compile_recipes'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context/cookbook_compiler.rb:225:in `each'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context/cookbook_compiler.rb:225:in `compile_recipes'
  # ./vendor/bundle/ruby/3.2.0/gems/chefspec-9.3.8/lib/chefspec/extensions/chef/run_context/cookbook_compiler.rb:82:in `compile_recipes'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context/cookbook_compiler.rb:109:in `compile'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/run_context.rb:259:in `load'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/policy_builder/expand_node_object.rb:103:in `setup_run_context'
  # ./vendor/bundle/ruby/3.2.0/gems/chef-19.3.15/lib/chef/client.rb:512:in `setup_run_context'
  # ./vendor/bundle/ruby/3.2.0/gems/chefspec-9.3.8/lib/chefspec/solo_runner.rb:113:in `converge'
  # ./vendor/bundle/ruby/3.2.0/gems/chefspec-9.3.8/lib/chefspec/server_runner.rb:35:in `converge'
  # ./spec/unit/recipes/default_spec.rb:25:in `block (3 levels) in <top (required)>'
  # ./spec/unit/recipes/default_spec.rb:29:in `block (4 levels) in <top (required)>'
  # ./vendor/bundle/ruby/3.2.0/gems/chefspec-9.3.8/lib/chefspec/expect_exception.rb:15:in `matches?'
  # ./spec/unit/recipes/default_spec.rb:29:in `block (3 levels) in <top (required)>'
  # ./vendor/bundle/ruby/3.2.0/gems/chefspec-9.3.8/lib/chefspec/api/core.rb:18:in `block in <module:Core>'

/home/runner/work/mingw/mingw/spec/unit/recipes/default_spec.rb:29:in `block (3 levels) in <top (required)>'
/opt/hostedtoolcache/Ruby/3.2.11/x64/bin/bundle:25:in `load'
/opt/hostedtoolcache/Ruby/3.2.11/x64/bin/bundle:25:in `<main>'

@github-actions

Copy link
Copy Markdown

Slowest examples

Top 1 slowest examples (0.74 seconds, 100% of total time)
Example Description Time in seconds
spec/unit/recipes/default_spec.rb:28 mingw::default When all attributes are default, on an unspecified platform converges successfully 0.74223

@renovate renovate Bot changed the title Update Actions to v7 Update Actions (major) Jun 22, 2026
@renovate renovate Bot changed the title Update Actions (major) Update actions/checkout action to v7 Jun 25, 2026
@damacus damacus merged commit 4005f90 into main Jun 29, 2026
10 of 12 checks passed
@damacus damacus deleted the renovate/major-actions branch June 29, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant