Skip to content

Commit

Permalink
chore(ci): bump action versions #4480
Browse files Browse the repository at this point in the history
  • Loading branch information
cunj123 committed Mar 5, 2024
1 parent c624b27 commit 100407b
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 163 deletions.
6 changes: 3 additions & 3 deletions .github/actions/retry-action/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Retry Step
description: 'Retry a step on failure or timeout'
description: "Retry a step on failure or timeout"
inputs:
timeout_minutes:
description: Minutes to wait before attempt times out. Must only specify either minutes or seconds
Expand Down Expand Up @@ -50,5 +50,5 @@ outputs:
exit_error:
description: The final error returned by the command
runs:
using: 'node16'
main: 'dist/index.js'
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion .github/actions/retry-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/babel-generator": "^6.25.7",
"@types/jest": "^28.1.6",
"@types/milliseconds": "0.0.30",
"@types/node": "^16.11.7",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vercel/ncc": "^0.38.1",
Expand Down
Loading

0 comments on commit 100407b

Please sign in to comment.