File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 name : Test
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v1
9+ - uses : actions/checkout@v4
1010
1111 - name : Get yarn cache directory path
1212 id : yarn-cache-dir-path
1313 run : echo "::set-output name=dir::$(yarn cache dir)"
1414
15- - uses : actions/cache@v1
15+ - uses : actions/cache@v4
1616 id : yarn-cache
1717 with :
1818 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:
45134513 fast-diff "^1.1.2"
45144514
45154515prettier@^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 ==
45194519
45204520pretty-format@^29.7.0 :
45214521 version "29.7.0"
You can’t perform that action at this time.
0 commit comments