Skip to content

Commit a73cfaa

Browse files
dependabot[bot]brettdavies
authored andcommitted
build(deps): bump actions/cache from 5.0.4 to 5.0.5
Bumps `actions/cache` from v5.0.4 to v5.0.5 (commit `27d5ce7f107fe9357f9df03efb73ab90386fccae`, verified via `gh api repos/actions/cache/commits/v5.0.5`). Upstream change: updates `ts-http-runtime` dependency to 0.3.5 (actions/cache#1747). No behavioral changes to the action's inputs or outputs. Touches `.github/workflows/tests.yml` only (two identical occurrences in the `lint` and `test` jobs). CI-only change — no user-facing impact, so the `## Changelog` section is intentionally omitted per the PR-template convention.
1 parent 938dba4 commit a73cfaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Cache Homebrew Bundler RubyGems
28-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
28+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2929
with:
3030
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
3131
key: ubuntu-22.04-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -139,7 +139,7 @@ jobs:
139139
token: ${{ secrets.GITHUB_TOKEN }}
140140

141141
- name: Cache Homebrew Bundler RubyGems
142-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
143143
with:
144144
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
145145
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)