diff --git a/.github/workflows/dependabot-changelog-helper.yml b/.github/workflows/dependabot-changelog-helper.yml index dba1bab..55fa88c 100644 --- a/.github/workflows/dependabot-changelog-helper.yml +++ b/.github/workflows/dependabot-changelog-helper.yml @@ -40,7 +40,7 @@ jobs: # added or changed files to the repository. contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Depending on your needs, you can use a token that will re-trigger workflows # See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed19bd..867b3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Dependencies - +- Bump `actions/checkout` from 4 to 6 ([#125](https://github.com/Cray-HPE/cms-ipxe/pull/125), [#127](https://github.com/Cray-HPE/cms-ipxe/pull/127)) - Bump `actions/checkout` from 4 to 5 ([#125](https://github.com/Cray-HPE/cms-ipxe/pull/125)) ## [1.16.1] - 2025-06-06