Skip to content

Commit 64b7ef9

Browse files
Merge pull request #87 from CodingItWrong/dependabot/npm_and_yarn/prettier-3.5.3
Bump prettier from 3.5.2 to 3.5.3
2 parents 0dc1b13 + ef87e19 commit 64b7ef9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
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 }}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4513,9 +4513,9 @@ prettier-linter-helpers@^1.0.0:
45134513
fast-diff "^1.1.2"
45144514

45154515
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==
45194519

45204520
pretty-format@^29.7.0:
45214521
version "29.7.0"

0 commit comments

Comments
 (0)