Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: mabl Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Functional test deployment
id: mabl-test-deployment
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
name: mabl Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Functional test deployment
id: mabl-test-deployment
Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mabl-github-deployments-action",
"version": "1.15.0",
"version": "1.16.0",
"description": "mabl github action for GitHub pipelines integration",
"type": "module",
"main": "lib/src/entrypoint.js",
Expand All @@ -15,20 +15,20 @@
"check:eslint": "eslint 'src/**/*.ts'",
"check": "pnpm run check:eslint && pnpm run check:prettier"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7",
"author": "mabl",
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "9.0.0",
"async-retry": "1.3.3",
"axios": "1.13.6",
"axios": "1.17.0",
"cli-table3": "0.6.5",
"moment": "2.30.1"
},
"devDependencies": {
"@types/async-retry": "1.4.3",
"@types/jest": "29.2.0",
"@types/node": "24.1.0",
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"eslint": "8.13.0",
Expand All @@ -39,10 +39,5 @@
"prettier": "2.6.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
},
"pnpm": {
"overrides": {
"@types/retry": "0.12.1"
}
}
}
Loading
Loading