Skip to content

chore(deps): bump the actions group with 5 updates#8

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-70b11ecf10
Mar 15, 2026
Merged

chore(deps): bump the actions group with 5 updates#8
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-70b11ecf10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 15, 2026

Bumps the actions group with 5 updates:

Package From To
actions/checkout 4.3.1 6.0.2
Swatinem/rust-cache 2.8.2 2.9.1
erlef/setup-beam 1.21.0 1.23.0
webfactory/ssh-agent 0.9.1 0.10.0
editorconfig-checker/action-editorconfig-checker 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39 840e866d93b8e032123c23bac69dece044d4d84c

Updates actions/checkout from 4.3.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

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

v6.0.0

What's Changed

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

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

Commits

Updates Swatinem/rust-cache from 2.8.2 to 2.9.1

Release notes

Sourced from Swatinem/rust-cache's releases.

v2.9.1

Fix regression in hash calculation

Full Changelog: Swatinem/rust-cache@v2.9.0...v2.9.1

v2.9.0

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.8.2...v2.9.0

Commits

Updates erlef/setup-beam from 1.21.0 to 1.23.0

Release notes

Sourced from erlef/setup-beam's releases.

v1.23.0

What's Changed

Features

Fixes

Documentation

Version updates

New Contributors

Full Changelog: erlef/setup-beam@v1...v1.23.0

v1.22.0

What's Changed

... (truncated)

Commits
  • ee09b1e Automation: update setup-beam version output to f8b54b5
  • f8b54b5 Run ARM-specific tests consistently (#434)
  • bf1ce74 Automation: update setup-beam version output to 559a930
  • 559a930 Bump undici from 6.23.0 to 6.24.0 in the npm_and_yarn group across 1 director...
  • 1380ebe Automation: update setup-beam version output to 0a54959
  • 0a54959 Compatibility matrix strategy (#389)
  • 3a3c94f Automation: update setup-beam version output to cfafb69
  • cfafb69 feat: add Erlang problem matchers (#433)
  • b3cbb6a Automation: update setup-beam version output to 2abe6cd
  • 2abe6cd fix: download correct Gleam binary for macOS and Linux ARM64 (#428)
  • Additional commits viewable in compare view

Updates webfactory/ssh-agent from 0.9.1 to 0.10.0

Release notes

Sourced from webfactory/ssh-agent's releases.

v0.10.0: Upgrade to node-24

This release upgrades from node 20 to node 24, preparing for Node 20's upcoming EOL and getting rid of the related warning message in GitHub.

What's Changed

New Contributors

Full Changelog: webfactory/ssh-agent@v0.9.1...v0.10.0

Commits

Updates editorconfig-checker/action-editorconfig-checker from 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39 to 840e866d93b8e032123c23bac69dece044d4d84c

Commits
  • 840e866 build(deps-dev): bump @​types/node from 25.4.0 to 25.5.0 (#276)
  • 068409e build(deps-dev): bump @​types/node from 25.3.5 to 25.4.0 (#275)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.2` |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.2` | `2.9.1` |
| [erlef/setup-beam](https://github.com/erlef/setup-beam) | `1.21.0` | `1.23.0` |
| [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.9.1` | `0.10.0` |
| [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker) | `1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39` | `840e866d93b8e032123c23bac69dece044d4d84c` |


Updates `actions/checkout` from 4.3.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.3.1...v6.0.2)

Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Commits](Swatinem/rust-cache@v2.8.2...v2.9.1)

Updates `erlef/setup-beam` from 1.21.0 to 1.23.0
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](erlef/setup-beam@3580539...ee09b1e)

Updates `webfactory/ssh-agent` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](webfactory/ssh-agent@a6f90b1...e838748)

Updates `editorconfig-checker/action-editorconfig-checker` from 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39 to 840e866d93b8e032123c23bac69dece044d4d84c
- [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases)
- [Commits](editorconfig-checker/action-editorconfig-checker@1a8ea00...840e866)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: Swatinem/rust-cache
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: erlef/setup-beam
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: webfactory/ssh-agent
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: editorconfig-checker/action-editorconfig-checker
  dependency-version: 840e866d93b8e032123c23bac69dece044d4d84c
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 15, 2026
@hyperpolymath hyperpolymath merged commit 8b1f88a into main Mar 15, 2026
19 of 25 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-70b11ecf10 branch March 15, 2026 19:35
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
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.

1 participant