Use process.env.RUNNER_TEMP instead of os.tmpdir() (#47)

This commit is contained in:
Andy Aylward 2024-10-30 17:16:51 -04:00 committed by GitHub
parent 93a72482ba
commit 2ebddb28d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 632 additions and 234 deletions

View file

@ -1,6 +1,6 @@
{
"name": "setup-bazel",
"version": "0.9.0",
"version": "0.9.1",
"description": "Install and configure Bazel for GitHub Actions",
"main": "index.js",
"engines": {