Skip to content

Commit 98b0889

Browse files
committed
Upgrade dependencies
1 parent 7c1a236 commit 98b0889

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
description: 'Array of labels (will be created if they do not already exist)'
3737
required: false
3838
architectures:
39-
description: 'Array of architecture this build supports (must be supported by platform)'
39+
description: 'Array of architectures this build supports (must be supported by platform)'
4040
required: false
4141
ci_pipeline:
4242
description: 'CI pipeline name'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"license": "MIT",
1313
"dependencies": {
1414
"@actions/core": "^1.10.1",
15-
"@actions/github": "^6.0.0",
16-
"axios": "^1.8.3",
15+
"@actions/github": "^6.0.1",
16+
"axios": "^1.9.0",
1717
"form-data": "^4.0.4"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)