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 15, 2024
1 parent a3cfbe8 commit 959ab56
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 306 deletions.
8 changes: 4 additions & 4 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].4
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 @@ -35,7 +35,7 @@ jobs:
DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected].4
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
needs: release_semantic_dry
permissions:
packages: write
Expand All @@ -52,15 +52,15 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/[email protected].4
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
deploy:
needs: build
name: Deploy
uses: dargmuesli/github-actions/.github/workflows/[email protected].4
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
permissions:
contents: read
deployments: write
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].4
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"engines": {
"node": "22"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"private": true,
"scripts": {
"build": "pnpm --dir src run build",
Expand Down
Loading

0 comments on commit 959ab56

Please sign in to comment.