This commit is contained in:
Leo Kettmeir 2024-08-21 10:32:07 -07:00 committed by GitHub
parent b8a676db36
commit 916edb9a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

2
node_modules/.package-lock.json generated vendored
View File

@ -1,6 +1,6 @@
{
"name": "setup-deno",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "setup-deno",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "setup-deno",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@ -1,7 +1,7 @@
{
"name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions",
"version": "1.3.0",
"version": "1.4.0",
"author": "Deno Land Inc",
"license": "MIT",
"scripts": {