File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919jobs :
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 :
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
Original file line number Diff line number Diff line change 1515jobs :
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
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
Original file line number Diff line number Diff line change 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.7 .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" ,
4343 "type-fest" : " 4.20.0" ,
4444 "typescript" : " 5.4.5" ,
45- "vitest" : " 1.6.0 "
45+ "vitest" : " 2.0.2 "
4646 },
4747 "packageManager" :
" [email protected] " ,
4848 "engines" : {
You can’t perform that action at this time.
0 commit comments