diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 0430b07..54227f1 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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 diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 782af35..5e63be4 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Deno # uses: denoland/setup-deno@v1 - uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2 + uses: denoland/setup-deno@v1.1.2 with: deno-version: v1.x