Skip to content

Commit 5366701

Browse files
fix(deps): update dependencies (renov): all minor updates
1 parent 6a5a257 commit 5366701

File tree

9 files changed

+996
-983
lines changed

9 files changed

+996
-983
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Adding Issue Label
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: Renato66/auto-label@v2.3.0
21+
- uses: Renato66/auto-label@v2.4.0
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
ignore-comments: true

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
ports:
238238
- 27017:27017
239239
redis:
240-
image: redis:6.0
240+
image: redis:6.2
241241
options: >-
242242
--health-cmd "redis-cli ping"
243243
--health-interval 10s
@@ -457,7 +457,7 @@ jobs:
457457
ports:
458458
- 27017:27017
459459
redis:
460-
image: redis:6.0
460+
image: redis:6.2
461461
options: >-
462462
--health-cmd "redis-cli ping"
463463
--health-interval 10s

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [22.x]
3535
services:
3636
redis:
37-
image: redis:6.0
37+
image: redis:6.2
3838
options: >-
3939
--health-cmd "redis-cli ping"
4040
--health-interval 10s
@@ -112,7 +112,7 @@ jobs:
112112
echo "::add-mask::$secret"
113113
114114
- name: Execute remote ssh commands
115-
uses: appleboy/ssh-action@v1.0.3
115+
uses: appleboy/ssh-action@v1.2.0
116116
env:
117117
INPUT_RECAPTCHA_SECRET_KEY: ${{ secrets.API_DEMO_RECAPTCHA_SECRET_KEY }}
118118
INPUT_MAIL_USERNAME: ${{ secrets.API_DEMO_MAIL_USERNAME }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.12.0
1+
22.13.1

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install Dependencies
2-
FROM node:20.10.0 AS builder
2+
FROM node:20.18.2 AS builder
33

44
WORKDIR /usr/src/app
55

docker-compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
networks:
6969
- talawa-network
7070
caddy:
71-
image: caddy/caddy:2.2.1-alpine
71+
image: caddy/caddy:2.9.1-alpine
7272
container_name: caddy-service
7373
restart: unless-stopped
7474
ports:

0 commit comments

Comments
 (0)