Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 49a209a commit cd60425
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
deployment:
name: Perform deployment
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions: read-all

environment:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: heroku container:login

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
provenance: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

integration:
name: Continuous integration checks
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: pnpm test

- name: Build Docker image for project
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint": "9.6.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unused-imports": "3.2.0",
"eslint-plugin-unused-imports": "4.0.0",
"npm-run-all2": "6.2.0",
"prettier": "3.3.2",
"tsup": "8.1.0",
Expand Down

0 comments on commit cd60425

Please sign in to comment.