Skip to content

build(deps): bump the github-actions-dependencies group across 2 directories with 11 updates - #223

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-dbc5a07b29
Open

build(deps): bump the github-actions-dependencies group across 2 directories with 11 updates#223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-dbc5a07b29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
actions/checkout 6.0.2 7.0.1
actions/cache 5.0.5 6.1.0
codecov/codecov-action 6.0.0 7.0.0
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.34.2 0.37.3
hoverkraft-tech/ci-github-publish/actions/deploy/jekyll 0.23.0 0.27.1
hoverkraft-tech/ci-github-publish/actions/deploy/github-pages 0.23.0 0.27.1
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.34.2 0.37.3
hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml 0.23.0 0.27.1
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.34.2 0.37.3
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.34.2 0.37.3

Bumps the github-actions-dependencies group with 2 updates in the /.github/workflows/actions/setup-php directory: actions/cache and shivammathur/setup-php.

Updates actions/checkout from 6.0.2 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/cache from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 6.0.0 to 7.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.34.2 to 0.37.3

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml's releases.

0.37.3

Release Summary

actions/linter now supports Hoverkraft CRD schema validation with kubeconform, and the actions and workflows documentation has been refreshed.

Internal maintenance updates fast-xml-parser and the release actions workflow dependency.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.2...0.37.3

0.37.2

Release Summary

Improved actions/parse-ci-reports LCOV support to handle more supported report formats. Updated actions and workflows documentation.

Internal changes include GitHub Actions dependency updates.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.1...0.37.2

0.37.1

Release Summary

Fixed actions/checkout to prevent unexpected double checkouts.

Updated actions and workflows documentation.

Internal dependency maintenance: bumped actions/checkout from 6.0.2 to 6.0.3.

Breaking change(s)

... (truncated)

Commits
  • 2334d39 chore: bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actio...
  • 8b3b173 chore: bump fast-xml-parser
  • 82fe0aa feat(actions/linter): add Hoverkraft CRDs schema for kubeconform
  • 6e43da5 docs: update actions and workflows documentation
  • 7034f6a fix(actions/parse-ci-reports): improve LCOV supported formats
  • fb50508 chore: bump the github-actions-dependencies group across 2 directories with 3...
  • 0ca7ebe chore: bump the github-actions-dependencies group across 2 directories with 3...
  • e259f76 docs: update actions and workflows documentation
  • 624be17 chore: bump actions/checkout
  • cf65783 fix(actions/checkout): unexpected double checkouts
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-publish/actions/deploy/jekyll from 0.23.0 to 0.27.1

Release notes

Sourced from hoverkraft-tech/ci-github-publish/actions/deploy/jekyll's releases.

0.27.1

Release Summary

Deployment checks and the get-finished action now support timeout inputs, giving users more control over execution limits.

Actions and workflow documentation was updated to reflect the latest usage guidance.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.27.0...0.27.1

0.27.0

Release Summary

deploy-chart now supports additional build inputs, and ci-github-container actions were updated to 0.38.0. No user-facing bug fixes are included in this release.

Internal updates include dependency bumps for GitHub Actions, npm packages, devcontainer Docker-in-Docker, plus refreshed actions and workflow documentation.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.26.5...0.27.0

0.26.5

Release Summary

This release fixes failure reporting in the finish-deploy-argocd-app-of-apps workflow and updates the actions and workflows documentation.

... (truncated)

Commits
  • ed354ad docs: update actions and workflows documentation
  • 6c620dd feat: add timeout inputs for deployment checks and get-finished action
  • de91953 docs: update actions and workflows documentation
  • f7f2a3b feat(deps): update ci-github-container actions to 0.38.0
  • e15ac59 Revert "feat(deps)!: update ci-github-container actions to 0.38.0"
  • 5698c36 docs: update actions and workflows documentation
  • 2d72bc5 feat(deps)!: update ci-github-container actions to 0.38.0
  • 6f2d446 chore(deps): fix version for docker plugin in devcontainer
  • be76dd0 docs: update actions and workflows documentation
  • cc9626f feat(deploy-chart): update actions and add additional build inputs support
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-publish/actions/deploy/github-pages from 0.23.0 to 0.27.1

Release notes

Sourced from hoverkraft-tech/ci-github-publish/actions/deploy/github-pages's releases.

0.27.1

Release Summary

Deployment checks and the get-finished action now support timeout inputs, giving users more control over execution limits.

Actions and workflow documentation was updated to reflect the latest usage guidance.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.27.0...0.27.1

0.27.0

Release Summary

deploy-chart now supports additional build inputs, and ci-github-container actions were updated to 0.38.0. No user-facing bug fixes are included in this release.

Internal updates include dependency bumps for GitHub Actions, npm packages, devcontainer Docker-in-Docker, plus refreshed actions and workflow documentation.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.26.5...0.27.0

0.26.5

Release Summary

This release fixes failure reporting in the finish-deploy-argocd-app-of-apps workflow and updates the actions and workflows documentation.

... (truncated)

Commits
  • ed354ad docs: update actions and workflows documentation
  • 6c620dd feat: add timeout inputs for deployment checks and get-finished action
  • de91953 docs: update actions and workflows documentation
  • f7f2a3b feat(deps): update ci-github-container actions to 0.38.0
  • e15ac59 Revert "feat(deps)!: update ci-github-container actions to 0.38.0"
  • 5698c36 docs: update actions and workflows documentation
  • 2d72bc5 feat(deps)!: update ci-github-container actions to 0.38.0
  • 6f2d446 chore(deps): fix version for docker plugin in devcontainer
  • be76dd0 docs: update actions and workflows documentation
  • cc9626f feat(deploy-chart): update actions and add additional build inputs support
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.34.2 to 0.37.3

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml's releases.

0.37.3

Release Summary

actions/linter now supports Hoverkraft CRD schema validation with kubeconform, and the actions and workflows documentation has been refreshed.

Internal maintenance updates fast-xml-parser and the release actions workflow dependency.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.2...0.37.3

0.37.2

Release Summary

Improved actions/parse-ci-reports LCOV support to handle more supported report formats. Updated actions and workflows documentation.

Internal changes include GitHub Actions dependency updates.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.37.1...0.37.2

0.37.1

Release Summary

Fixed actions/checkout to prevent unexpected double checkouts.

Updated actions and workflows documentation.

Internal dependency maintenance: bumped actions/checkout from 6.0.2 to 6.0.3.

Breaking change(s)

... (truncated)

Commits
  • 2334d39 chore: bump hoverkraft-tech/ci-github-publish/.github/workflows/release-actio...
  • 8b3b173 chore: bump fast-xml-parser
  • 82fe0aa feat(actions/linter): add Hoverkraft CRDs schema for kubeconform
  • 6e43da5 docs: update actions and workflows documentation
  • 7034f6a fix(actions/parse-ci-reports): improve LCOV supported formats
  • fb50508 chore: bump the github-actions-dependencies group across 2 directories with 3...
  • 0ca7ebe chore: bump the github-actions-dependencies group across 2 directories with 3...
  • e259f76 docs: update actions and workflows documentation
  • 624be17 chore: bump actions/checkout
  • cf65783 fix(actions/checkout): unexpected double checkouts
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml from 0.23.0 to 0.27.1

Release notes

Sourced from hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml's releases.

0.27.1

Release Summary

Deployment checks and the get-finished action now support timeout inputs, giving users more control over execution limits.

Actions and workflow documentation was updated to reflect the latest usage guidance.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.27.0...0.27.1

0.27.0

Release Summary

deploy-chart now supports additional build inputs, and ci-github-container actions were updated to 0.38.0. No user-facing bug fixes are included in this release.

Internal updates include dependency bumps for GitHub Actions, npm packages, devcontainer Docker-in-Docker, plus refreshed actions and workflow documentation.

Breaking change(s)

No breaking changes.

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi, thank you for creating your PR, we will check it out very soon

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.30%. Comparing base (2cd8d9c) to head (1f64477).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #223   +/-   ##
=========================================
  Coverage     96.30%   96.30%           
  Complexity      510      510           
=========================================
  Files            38       38           
  Lines          1514     1514           
=========================================
  Hits           1458     1458           
  Misses           56       56           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-dependencies-dbc5a07b29 branch from 8f2ee73 to c0e51d7 Compare July 3, 2026 04:10
…ctories with 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.1` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.0` | `7.0.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.2` | `0.37.3` |
| [hoverkraft-tech/ci-github-publish/actions/deploy/jekyll](https://github.com/hoverkraft-tech/ci-github-publish) | `0.23.0` | `0.27.1` |
| [hoverkraft-tech/ci-github-publish/actions/deploy/github-pages](https://github.com/hoverkraft-tech/ci-github-publish) | `0.23.0` | `0.27.1` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.2` | `0.37.3` |
| [hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml](https://github.com/hoverkraft-tech/ci-github-publish) | `0.23.0` | `0.27.1` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.2` | `0.37.3` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.2` | `0.37.3` |

Bumps the github-actions-dependencies group with 2 updates in the /.github/workflows/actions/setup-php directory: [actions/cache](https://github.com/actions/cache) and [shivammathur/setup-php](https://github.com/shivammathur/setup-php).


Updates `actions/checkout` from 6.0.2 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...3d3c42e)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `codecov/codecov-action` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@57e3a13...fb8b358)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.34.2 to 0.37.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@71b8594...2334d39)

Updates `hoverkraft-tech/ci-github-publish/actions/deploy/jekyll` from 0.23.0 to 0.27.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@48e0c54...ed354ad)

Updates `hoverkraft-tech/ci-github-publish/actions/deploy/github-pages` from 0.23.0 to 0.27.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@48e0c54...ed354ad)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.34.2 to 0.37.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.34.2...0.37.3)

Updates `hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml` from 0.23.0 to 0.27.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@48e0c54...ed354ad)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.34.2 to 0.37.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@71b8594...2334d39)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.34.2 to 0.37.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.34.2...0.37.3)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@accd612...f3e473d)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml
  dependency-version: 0.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml
  dependency-version: 0.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml
  dependency-version: 0.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/actions/deploy/jekyll
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: shivammathur/setup-php
  dependency-version: 2.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-dependencies-dbc5a07b29 branch from c0e51d7 to 1f64477 Compare July 31, 2026 04:10
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 github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants