1 Commits

Author SHA1 Message Date
renovate-bot ba410b972d chore(deps): update actions/setup-node digest to 48b55a0
renovate/stability-days Updates have not met minimum release age requirement
CI / Test (pull_request) Successful in 15s
2026-06-19 10:17:03 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.14 1.3.13
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with: with:
bun-version-file: ".bun-version" bun-version-file: ".bun-version"
# only required for cspell compatibility until a mature replacement is available # only required for cspell compatibility until a mature replacement is available
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with: with:
node-version: 24 node-version: 24
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile
+1 -1
View File
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4 AS base FROM oven/bun:1.3.13@sha256:87416c977a612a204eb54ab9f3927023c2a3c971f4f345a01da08ea6262ae30e AS base
WORKDIR /app WORKDIR /app