Skip to content

Commit a3e7079

Browse files
chore(deps): update all non-major dependencies (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7212558 commit a3e7079

File tree

3 files changed

+94
-94
lines changed

3 files changed

+94
-94
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Cache pnpm modules
4545
if: matrix.pkg-manager == 'pnpm'
46-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
46+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4747
with:
4848
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('package-lock.json', 'template-*/package.json') }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Cache yarn modules
6060
if: matrix.pkg-manager == 'yarn'
61-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
61+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6262
with:
6363
path: ${{ steps.yarn-cache-dir.outputs.dir }}
6464
key: ${{ runner.os }}-yarn-${{ hashFiles('package-lock.json', 'template-*/package.json') }}

.github/workflows/junie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 1
3030
- name: Run Junie
3131
id: junie
32-
uses: JetBrains/junie-github-action@5229126a423feb3833a13754d3d86bda5cbdc03a # v1.3.0
32+
uses: JetBrains/junie-github-action@c7df3e3646a3ca0927f03ec1aa292a7d294b5a5a # v1.3.2
3333
with:
3434
junie_api_key: ${{ secrets.JUNIE_API_KEY }}
3535
use_single_comment: true

package-lock.json

Lines changed: 91 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)