{"id":16347945,"url":"https://github.com/ai/asdf-cache-action","last_synced_at":"2025-09-29T23:32:53.344Z","repository":{"id":58805503,"uuid":"533870046","full_name":"ai/asdf-cache-action","owner":"ai","description":"A Github Action to install runtimes by asdf CLI with a cache","archived":false,"fork":false,"pushed_at":"2024-06-25T20:34:58.000Z","size":14,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T03:41:31.274Z","etag":null,"topics":["asdf","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-07T17:29:16.000Z","updated_at":"2025-01-07T14:31:22.000Z","dependencies_parsed_at":"2023-12-14T17:48:57.594Z","dependency_job_id":"21a501c9-fc41-4f13-88b9-bf7d26446d7f","html_url":"https://github.com/ai/asdf-cache-action","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"68ead3f6875716bef5f66a606a57df46ec91ca17"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fasdf-cache-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fasdf-cache-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fasdf-cache-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fasdf-cache-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai","download_url":"https://codeload.github.com/ai/asdf-cache-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234678033,"owners_count":18870356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asdf","github-actions"],"created_at":"2024-10-11T00:47:24.967Z","updated_at":"2025-09-29T23:32:48.082Z","avatar_url":"https://github.com/ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# asdf cache action\n\nA GitHub Action that install [`asdf`] and all runtimes from `.tool-versions`.\n\nIt is a wrapper for [`asdf-vm/actions/install`] with a caches for `asdf`\nand optionally for `pnpm`.\n\n[`asdf-vm/actions/install`]: https://github.com/asdf-vm/actions\n[`asdf`]: https://github.com/asdf-vm/asdf\n\n```yml\n      - name: Install tools from asdf config\n        uses: ai/asdf-cache-action@v1\n```\n\n---\n\n\u003cimg src=\"https://cdn.evilmartians.com/badges/logo-no-label.svg\" alt=\"\" width=\"22\" height=\"16\" /\u003e  Made at \u003cb\u003e\u003ca href=\"https://evilmartians.com/devtools?utm_source=asdf-cache-action\u0026utm_campaign=devtools-button\u0026utm_medium=github\"\u003eEvil Martians\u003c/a\u003e\u003c/b\u003e, product consulting for \u003cb\u003edeveloper tools\u003c/b\u003e.\n\n---\n\n\n## Full Example\n\n```yml\nname: CI\non:\n  push:\n    branches:\n      - main\n  pull_request:\npermissions:\n  contents: read\njobs:\n\n  test:\n    name: Test\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout the repository\n        uses: actions/checkout@v4\n      - name: Install tools from asdf config\n        uses: ai/asdf-cache-action@v1\n      - name: Install dependencies\n        run: pnpm install --ignore-scripts\n      - name: Run tests\n        run: pnpm test\n```\n\n\n## Inputs\n\nIf you are have jobs with `pnpm install` and `pnpm install --prod` you can use\n`dependencies-cache` input to set different cache for a security reasons:\n\n```yml\n      - name: Install tools from asdf config\n        uses: ai/asdf-cache-action@v1\n        with:\n          dependencies-cache: production\n      - name: Install dependencies\n        run: pnpm install --prod --ignore-scripts\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai%2Fasdf-cache-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai%2Fasdf-cache-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai%2Fasdf-cache-action/lists"}