File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
name : Test
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v1
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : Get yarn cache directory path
12
12
id : yarn-cache-dir-path
13
13
run : echo "::set-output name=dir::$(yarn cache dir)"
14
14
15
- - uses : actions/cache@v1
15
+ - uses : actions/cache@v4
16
16
id : yarn-cache
17
17
with :
18
18
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change @@ -4513,9 +4513,9 @@ prettier-linter-helpers@^1.0.0:
4513
4513
fast-diff "^1.1.2"
4514
4514
4515
4515
prettier@^3.0.0 :
4516
- version "3.5.2 "
4517
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2 .tgz#d066c6053200da0234bf8fa1ef45168abed8b914 "
4518
- integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg ==
4516
+ version "3.5.3 "
4517
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3 .tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5 "
4518
+ integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw ==
4519
4519
4520
4520
pretty-format@^29.7.0 :
4521
4521
version "29.7.0"
You can’t perform that action at this time.
0 commit comments