Skip to content

Commit 22df73e

Browse files
committed
Update dependencies
1 parent b47bd5a commit 22df73e

File tree

7 files changed

+53
-52
lines changed

7 files changed

+53
-52
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21+
- "v1.7.1"
2122
- "v1.7.0"
2223
- "v1.6.0"
2324
- "v1.5.0"

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Documentation Issue"
22
description: "Report a documentation issue."
33
labels:
44
- "Status/Pending 🔵"
5-
- "Type/Documentation 📚"
5+
- "Type/Documentation 📓"
66
body:
77
- type: "textarea"
88
id: "describe"

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.7.0'
6+
ModuleVersion = '1.7.1'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

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.

hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",
@@ -29,14 +29,14 @@
2929
},
3030
"dependencies": {
3131
"@actions/artifact": "^1.1.1",
32-
"@actions/cache": "^3.2.1",
32+
"@actions/cache": "^3.2.2",
3333
"@actions/core": "^1.10.0",
3434
"@actions/tool-cache": "^2.0.1"
3535
},
3636
"devDependencies": {
3737
"@types/node": "^20.4.8",
38-
"@typescript-eslint/eslint-plugin": "^6.2.1",
39-
"@typescript-eslint/parser": "^6.2.1",
38+
"@typescript-eslint/eslint-plugin": "^6.3.0",
39+
"@typescript-eslint/parser": "^6.3.0",
4040
"@vercel/ncc": "^0.36.1",
4141
"eslint": "^8.46.0",
4242
"eslint-plugin-only-warn": "^1.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)