Skip to content

Commit cd60425

Browse files
chore(deps): update all dependencies
1 parent 49a209a commit cd60425

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
deployment:
2121
name: Perform deployment
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
permissions: read-all
2424

2525
environment:
@@ -50,7 +50,7 @@ jobs:
5050
run: heroku container:login
5151

5252
- name: Build Docker image
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
push: true
5656
provenance: false

.github/workflows/integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515
jobs:
1616
validate-pr-title:
1717
name: Validate PR title
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: amannn/action-semantic-pull-request@v5
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

2424
integration:
2525
name: Continuous integration checks
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
run: pnpm test
6363

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@typescript-eslint/eslint-plugin": "7.13.0",
3131
"@typescript-eslint/parser": "7.13.0",
3232
"dotenv": "16.4.5",
33-
"eslint": "8.57.0",
33+
"eslint": "9.6.0",
3434
"eslint-import-resolver-typescript": "3.6.1",
3535
"eslint-plugin-import": "2.29.1",
3636
"eslint-plugin-only-error": "1.0.2",
3737
"eslint-plugin-simple-import-sort": "12.1.0",
3838
"eslint-plugin-sonarjs": "1.0.3",
39-
"eslint-plugin-unused-imports": "3.2.0",
39+
"eslint-plugin-unused-imports": "4.0.0",
4040
"npm-run-all2": "6.2.0",
4141
"prettier": "3.3.2",
4242
"tsup": "8.1.0",

0 commit comments

Comments
 (0)