Skip to content

Commit

Permalink
Pin dependencies (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 1c449ce commit 1fc74dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions download-artifacts/package-lock.json

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

10 changes: 5 additions & 5 deletions download-artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "action-download-artifact",
"main": "main.js",
"dependencies": {
"@actions/artifact": "^2.0.0",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"adm-zip": "^0.5.10",
"filesize": "^9.0.11"
"@actions/artifact": "2.0.0",
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"adm-zip": "0.5.10",
"filesize": "9.0.11"
}
}

0 comments on commit 1fc74dd

Please sign in to comment.