Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent e861abb commit 35fd74f
Show file tree
Hide file tree
Showing 7 changed files with 470 additions and 862 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/[email protected].3
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
permissions:
contents: write
Expand All @@ -36,7 +36,7 @@ jobs:
DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected].3
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
needs: release_semantic_dry
permissions:
packages: write
Expand All @@ -45,7 +45,7 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/[email protected].3
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/[email protected].3
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############
# Create base image.

FROM node:22.10.0-slim AS base-image
FROM node:22.11.0-slim AS base-image

# The `CI` environment variable must be set for pnpm to run in headless mode
ENV CI=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.0",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"husky": "9.1.6",
Expand Down
Loading

0 comments on commit 35fd74f

Please sign in to comment.