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 Dec 4, 2024
1 parent a2aa402 commit b6adf38
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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].7
uses: dargmuesli/github-actions/.github/workflows/[email protected].8
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand All @@ -41,14 +41,14 @@ jobs:
- uses: pre-commit/[email protected]
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
uses: dargmuesli/github-actions/.github/workflows/[email protected].8
needs: [release_semantic_dry, pre-commit]
with:
TAG: ${{ needs.release_semantic_dry.outputs.new_release_version }}
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
uses: dargmuesli/github-actions/.github/workflows/[email protected].8
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].7
uses: dargmuesli/github-actions/.github/workflows/[email protected].8
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion drinks_touch/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"sass": "1.81.1",
"sass": "1.82.0",
"sass-loader": "16.0.3",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6adf38

Please sign in to comment.