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

Compare commits

..

No commits in common. "14150cf66c537ae3e4b2d1c8525fc93090b21d10" and "7bbc85187cdf377e2c7da316405c89710cd4c07a" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Project Overview
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.
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.
## Architecture & Key Components

View File

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