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 Sep 28, 2024
1 parent 5f9230c commit c80e32e
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 80 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/release-semantic.yml@2.3.0
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.1
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
extra_args: '--from-ref origin/master --to-ref ${{ github.sha }}'
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.3.0
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.3.1
needs: release_semantic_dry
with:
TAG: ${{ needs.release_semantic_dry.outputs.new_release_version }}
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.0
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.1
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/release-schedule.yml@2.3.0
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.1
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- ./docker/flipdot.ldif:/assets/openldap/custom/ldif/flipdot.ldif

keycloak:
image: "quay.io/keycloak/keycloak:25.0.4"
image: "quay.io/keycloak/keycloak:25.0.6"
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
4 changes: 2 additions & 2 deletions drinks_touch/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"sass": "1.79.3",
"sass": "1.79.4",
"sass-loader": "16.0.2",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"url-loader": "4.1.1",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
}
}
Loading

0 comments on commit c80e32e

Please sign in to comment.