diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-01 14:58:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 19:58:21 +0000 |
| commit | 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 (patch) | |
| tree | 76753f501bbede065efca7a0b62b823d64a2d9de /.github | |
| parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) | |
chore: update copyright to 2024 (#21753)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/mtime_cache/action.js | 2 | ||||
| -rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/mtime_cache/action.js b/.github/mtime_cache/action.js index 4d4c961f7..bf77c2eb4 100644 --- a/.github/mtime_cache/action.js +++ b/.github/mtime_cache/action.js @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This file contains the implementation of a Github Action. Github uses // Node.js v12.x to run actions, so this is Node code and not Deno code. diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index a88b07c35..3d093d44d 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno run --allow-write=. --lock=./tools/deno.lock.json -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts"; // Bump this number when you want to purge the cache. |
