Skip to content

Commit

Permalink
fix(deps): update patch tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 21, 2025
1 parent 0ac3589 commit 7d282c1
Show file tree
Hide file tree
Showing 12 changed files with 1,278 additions and 1,442 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
bun-version: 1.1.8

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: node-modules-cache
with:
path: bun-packages/node_modules
Expand All @@ -38,7 +38,7 @@ jobs:
working-directory: bun-packages/packages/email-function

- name: Store artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: email-function-dist
path: bun-packages/packages/email-function/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.6
uses: renovatebot/github-action@v41.0.8
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: exit 1

- name: Store artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
if: inputs.store_plan || false
with:
name: tfplan
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: node-modules-cache
with:
path: app/node_modules
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: node-modules-cache
with:
path: app/node_modules
Expand All @@ -90,7 +90,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
id: node-modules-cache
with:
path: app/node_modules
Expand Down
2 changes: 1 addition & 1 deletion app/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
Loading

0 comments on commit 7d282c1

Please sign in to comment.