Skip to content

Commit 2296344

Browse files
renovate[bot]potb
andcommitted
chore(deps): update all dependencies
Co-authored-by: Peïo Thibault <[email protected]>
1 parent 049cf46 commit 2296344

File tree

5 files changed

+77
-77
lines changed

5 files changed

+77
-77
lines changed

.github/workflows/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@v2
33+
uses: docker/setup-qemu-action@v3
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v2
36+
uses: docker/setup-buildx-action@v3
3737

3838
- name: Login to Heroku
3939
uses: akhileshns/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
run: heroku container:login
4848

4949
- name: Build Docker image for the bot
50-
uses: docker/build-push-action@v4
50+
uses: docker/build-push-action@v5
5151
with:
5252
push: true
5353
provenance: false

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333

3434
- name: Set up QEMU
35-
uses: docker/setup-qemu-action@v2
35+
uses: docker/setup-qemu-action@v3
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v2
38+
uses: docker/setup-buildx-action@v3
3939

4040
- name: Setup pnpm
4141
uses: pnpm/[email protected]
@@ -62,7 +62,7 @@ jobs:
6262
run: pnpm test
6363

6464
- name: Build Docker image for project
65-
uses: docker/build-push-action@v4
65+
uses: docker/build-push-action@v5
6666
with:
6767
push: false
6868
cache-from: type=gha

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6.0-alpine as base
1+
FROM node:20.6.1-alpine as base
22

33
WORKDIR /app
44

@@ -25,7 +25,7 @@ WORKDIR /app
2525

2626
RUN pnpm install --production --frozen-lockfile --offline
2727

28-
FROM node:20.6.0-alpine as application
28+
FROM node:20.6.1-alpine as application
2929

3030
WORKDIR /app
3131

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"param-case": "3.0.4"
2525
},
2626
"devDependencies": {
27-
"@types/node": "20.6.0",
28-
"@typescript-eslint/eslint-plugin": "6.6.0",
29-
"@typescript-eslint/parser": "6.6.0",
27+
"@types/node": "20.6.2",
28+
"@typescript-eslint/eslint-plugin": "6.7.0",
29+
"@typescript-eslint/parser": "6.7.0",
3030
"dotenv": "16.3.1",
3131
"eslint": "8.49.0",
3232
"eslint-import-resolver-typescript": "3.6.0",
@@ -41,7 +41,7 @@
4141
"typescript": "5.2.2",
4242
"vitest": "0.34.4"
4343
},
44-
"packageManager": "[email protected].4",
44+
"packageManager": "[email protected].5",
4545
"engines": {
4646
"node": "20.6.1"
4747
}

0 commit comments

Comments
 (0)