Skip to content

Commit

Permalink
Merge pull request #69 from thnetii/dependabot/npm_and_yarn/dot-githu…
Browse files Browse the repository at this point in the history
…b/actions/core-1.11.1
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
2 parents 1277770 + 7c6944a commit ab2c86f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/actions/add-matcher-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"main": "action.js",
"dependencies": {
"@actions/core": "^1.10.1"
"@actions/core": "^1.11.1"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gh-actions-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"main": "action.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"eslint-formatter-stylish": "^8.39.0"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gh-actions-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"main": "action.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"setup-node": "github:actions/setup-node#v4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gh-actions-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"main": "action.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"setup-node": "github:actions/setup-node#v4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/git-user-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"main": "action.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ms-idp-workflow-run-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint:eslint": "eslint -c ./.eslintrc.yml ."
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.2.3",
"@azure/msal-node": "^2.13.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/libraries/gh-actions-core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"node": ">=20"
},
"devDependencies": {
"@actions/core": "^1.10.1"
"@actions/core": "^1.11.1"
}
}
2 changes: 1 addition & 1 deletion .github/libraries/gh-actions-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=20"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/http-client": "^2.2.3"
}
}
2 changes: 1 addition & 1 deletion .github/libraries/gh-actions-msal-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=20"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/http-client": "^2.2.3",
"@azure/msal-node": "^2.13.1"
}
Expand Down
30 changes: 15 additions & 15 deletions .github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/test/gh-actions-core-helpers-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"jest": "^29.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit ab2c86f

Please sign in to comment.