Skip to content

Commit 9b5e576

Browse files
committed
Update resources
1 parent fef6579 commit 9b5e576

File tree

5 files changed

+68
-68
lines changed

5 files changed

+68
-68
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright © 2021\~2023 hugoalh Studio
3+
Copyright © 2021\~2024 hugoalh Studio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

hugoalh.GitHubActionsToolkit/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright © 2021\~2023 hugoalh Studio
3+
Copyright © 2021\~2024 hugoalh Studio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

hugoalh.GitHubActionsToolkit/nodejs-wrapper/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"build": "tsc && node bundler.js"
2929
},
3030
"dependencies": {
31-
"@actions/artifact": "^2.0.0",
31+
"@actions/artifact": "^2.0.1",
3232
"@actions/cache": "^3.2.2",
3333
"@actions/core": "^1.10.1",
3434
"@actions/tool-cache": "^2.0.1"
3535
},
3636
"devDependencies": {
3737
"@stylistic/eslint-plugin": "^1.5.3",
38-
"@types/node": "^20.10.7",
39-
"@typescript-eslint/eslint-plugin": "^6.18.0",
40-
"@typescript-eslint/parser": "^6.18.0",
38+
"@types/node": "^20.11.0",
39+
"@typescript-eslint/eslint-plugin": "^6.18.1",
40+
"@typescript-eslint/parser": "^6.18.1",
4141
"@vercel/ncc": "^0.38.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-only-warn": "^1.1.0",

0 commit comments

Comments
 (0)