Skip to content

Commit 0713c61

Browse files
chore(deps): update non-major
1 parent 5d2d6ac commit 0713c61

File tree

3 files changed

+2687
-1555
lines changed

3 files changed

+2687
-1555
lines changed

.github/workflows/prettier.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
name: 🤔
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
19-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19+
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
2020
with:
2121
cache: npm
2222
node-version: lts/*
2323
- run: npm ci --ignore-scripts --only-dev
24-
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
24+
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
2525
with:
2626
path: node_modules/.cache/prettier/.prettier-cache
2727
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
2828
- name: check if workflows needs prettier
2929
run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1)
3030
- run: npx prettier --ignore-path .gitignore --cache --write .
31-
- uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9
31+
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9
3232
with:
3333
default_author: github_actions
3434
commit: --no-verify

0 commit comments

Comments
 (0)