1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-07 08:51:46 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Alberto
14150cf66c
Actualizar copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-15 22:34:12 -06:00
Alberto
8f2d56a328
deno.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-15 22:33:50 -06:00
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Project Overview ## Project Overview
This is the official `actions/checkout` GitHub Action for checking out repositories in workflows, now with added support for Deno workflow integration. It's a TypeScript project that compiles to a single bundled JavaScript file (`dist/index.js`) and supports both git-based and REST API-based repository downloads, as well as Deno-based workflow scenarios. This is the official `actions/checkout` GitHub Action for checking out repositories in workflows. It's a TypeScript project that compiles to a single bundled JavaScript file (`dist/index.js`) and supports both git-based and REST API-based repository downloads.
## Architecture & Key Components ## Architecture & Key Components

View File

@ -26,7 +26,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Deno - name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v1.1.2 uses: denoland/setup-deno@v1.1.2
with: with:
deno-version: v1.x deno-version: v1.x