diff options
author | wlodekm <[email protected]> | 2024-11-15 09:55:36 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 09:55:36 +0200 |
commit | 337fbef9c34578e54a053acd442229c4aa9fd577 (patch) | |
tree | fb6673d83021c654e55c75d6c3e367c324aeaea7 /.github/workflows/main.yml | |
parent | e0091643c7cf5df5f44e2ad6464476c253f6b239 (diff) |
guh
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 560f22f..beac9e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Deno - uses: denoland/setup-deno@v3 + uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 with: deno-version: 'v2.0.6' # specify the version of Deno you want to use |