Compare commits

..

2 Commits

Author SHA1 Message Date
Reuf Rujevic
3fa45421c8 Merge 6f21acf8e4 into 2d8d0d1c9b 2022-03-22 10:53:14 +01:00
Reuf Rujevic
6f21acf8e4 Create Sjenica1
Authorized mit meine Account Sjenica1 github.com reufrujevic750@gmail.com
2022-03-22 10:53:06 +01:00
3 changed files with 5 additions and 3 deletions

1
Sjenica1 Normal file
View File

@@ -0,0 +1 @@

5
package-lock.json generated
View File

@@ -5,8 +5,9 @@
"requires": true,
"dependencies": {
"@actions/cache": {
"version": "file:../toolkit/packages/cache/actions-cache-1.0.10.tgz",
"integrity": "sha512-2f+C5Uk2KEtKoc7oq3N4LkhnQC+eJd6hre4vk10qUfOMB7UCip0QTU+oLRYMXnov7Cdh+Qd3inEJgLpDL/Whpg==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.10.tgz",
"integrity": "sha512-8l9A54RXsPHbHs4Tu0DGqTyE5cguvq3xO9H0ohbLa5zbL2Z4dh9lxnjQn2xojsPQr4WnEVgbaVZpc1tlhehQGw==",
"requires": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",

View File

@@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "file:../toolkit/packages/cache/actions-cache-1.0.10.tgz",
"@actions/cache": "^1.0.10",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"