fix: pin installed version of @actions/tool-cache#52
Merged
DariuszPorowski merged 2 commits intoraven-actions:mainfrom Jan 30, 2026
Merged
fix: pin installed version of @actions/tool-cache#52DariuszPorowski merged 2 commits intoraven-actions:mainfrom
DariuszPorowski merged 2 commits intoraven-actions:mainfrom
Conversation
79a2293 to
cc631b3
Compare
DariuszPorowski
approved these changes
Jan 30, 2026
martimlobao
added a commit
to martimlobao/dotfiles
that referenced
this pull request
Jan 30, 2026
- caused by unpinned deps (i thought this was the whole point of pinning versions??) - see: raven-actions/actionlint#52
martimlobao
added a commit
to martimlobao/dotfiles
that referenced
this pull request
Jan 30, 2026
- caused by unpinned deps (i thought this was the whole point of pinning versions??) - see: raven-actions/actionlint#52 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: only changes the GitHub Actions workflow dependency pin for `actionlint`, affecting CI linting but not production code or runtime behavior. > > **Overview** > **Fixes CI linting by bumping `actionlint`.** The `Lint PR` workflow updates the pinned `raven-actions/actionlint` action from `v2.1.0` to `v2.1.1` (new commit SHA) to address the broken prior version. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6924328. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💌 Description
This change pins the installed version of
@actions/tool-cacheto major version 3.The
@actions/tool-cachepackage was recently converted to an ESM module: actions/toolkit#2274. This is incompatible with the usage ofrequirein the actionlint script:actionlint/action.yml
Lines 217 to 218 in 580b34e
🔗 Related issue
Fixes: #51
📚 Type of change
✔️ Checklist
Code of Conductdocument.Contributingguide.