1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-11 16:43:48 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Erdem3536
ada32f8227 Merge 8facb30750 into ac59398561 2023-01-16 05:18:49 +00:00
Erdem3536
8facb30750 Create devcontainer.json 2023-01-16 08:17:57 +03:00
3 changed files with 762 additions and 225 deletions

View File

@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}

978
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,9 +30,9 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.1",
"@actions/github": "^5.0.0",
"@actions/github": "^2.2.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.0",
"@actions/tool-cache": "^1.1.2",
"uuid": "^3.3.3"
},
"devDependencies": {