File tree Expand file tree Collapse file tree 4 files changed +209
-343
lines changed
Expand file tree Collapse file tree 4 files changed +209
-343
lines changed Original file line number Diff line number Diff line change 8585 {%- endif %}
8686 steps :
8787 - name : Download source
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v6
8989 - name : Install Crystal
9090 uses : crystal-lang/install-crystal@v1
9191 {%- if crystal_nightly or crystal_ver %}
9494 {%- endif %}
9595 {%- if cache_shards %}
9696 - name : Cache shards
97- uses : actions/cache@v4
97+ uses : actions/cache@v5
9898 with :
9999 {%- if is_app %}
100100 path : lib
Original file line number Diff line number Diff line change 1- import Cache from "@actions/cache" ;
1+ import * as Cache from "@actions/cache" ;
2+ import * as Core from "@actions/core" ;
3+ import * as Glob from "@actions/glob" ;
4+ import * as IO from "@actions/io" ;
5+ import * as ToolCache from "@actions/tool-cache" ;
26import ChildProcess from "child_process" ;
3- import Core from "@actions/core" ;
47import { promises as FS } from "fs" ;
5- import Glob from "@actions/glob" ;
6- import IO from "@actions/io" ;
78import { Octokit } from "@octokit/rest" ;
89import Path from "path" ;
9- import ToolCache from "@actions/tool-cache" ;
1010import URL from "url" ;
1111import Util from "util" ;
1212import { cmpTags } from "tag-cmp" ;
You can’t perform that action at this time.
0 commit comments