Skip to content

Commit d7e9276

Browse files
chore(deps): bump the actions-minor-patch group with 2 updates
Bumps the actions-minor-patch group with 2 updates: [actions/cache](https://github.com/actions/cache) and [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) Updates `reviewdog/action-actionlint` from 1.69.1 to 1.70.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@83e4ed2...e58ee9d) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: reviewdog/action-actionlint dependency-version: 1.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a39a7df commit d7e9276

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version-file: ".nvmrc"
4141

4242
- name: Cache npm tools
43-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
43+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4444
id: claude-pr-review-npm-tools-cache
4545
with:
4646
path: ~/.npm

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version-file: ".nvmrc"
6565

6666
- name: Cache npm tools
67-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
67+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6868
id: at-claude-npm-tools-cache
6969
with:
7070
path: ~/.npm

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Split restore/save pattern ensures cache is saved even on failure
3939
- name: Restore lychee cache
4040
id: restore-cache
41-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
41+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242
with:
4343
path: .lycheecache
4444
key: cache-lychee-v1
@@ -58,7 +58,7 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Save lychee cache
61-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
61+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6262
if: always()
6363
with:
6464
path: .lycheecache

.github/workflows/validate-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Run actionlint with reviewdog
33-
uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
33+
uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.70.0
3434
with:
3535
reporter: github-pr-review
3636
fail_level: error

0 commit comments

Comments
 (0)