mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
Compare commits
3 Commits
dependabot
...
v6.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45bfe0192c | ||
|
|
d8770c2b3b | ||
|
|
cb8a1a3280 |
@@ -1 +1 @@
|
||||
20.10.0
|
||||
24.4.0
|
||||
@@ -2,7 +2,7 @@ name: 'Configure GitHub Pages'
|
||||
description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
|
||||
author: 'GitHub'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
inputs:
|
||||
static_site_generator:
|
||||
|
||||
1555
package-lock.json
generated
1555
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -24,17 +24,17 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/configure-pages#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"error-stack-parser": "^2.1.4",
|
||||
"espree": "^10.3.0"
|
||||
"espree": "^10.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/request-error": "^5.0.1",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-github": "^5.1.4",
|
||||
"eslint-plugin-github": "^5.0.1",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^2.8.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user