Skip to content

Commit 7f9fb1e

Browse files
fix(deps): update non-major
1 parent faa7d7f commit 7f9fb1e

File tree

6 files changed

+5527
-4706
lines changed

6 files changed

+5527
-4706
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
14-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
13+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
14+
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1515
with:
1616
node-version: lts/*
1717
cache: 'npm'
18-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
18+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
1919
with:
2020
path: '**/node_modules'
2121
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
group: manual
1616
cancel-in-progress: true
1717
steps:
18-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
19-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
18+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
19+
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2020
with:
2121
node-version: lts/*
2222
cache: 'npm'

.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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
19-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
18+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
19+
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2020
with:
2121
cache: npm
2222
node-version: lts/*
2323
- run: npm ci --ignore-scripts --only-dev
24-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
24+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # 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

.github/workflows/social.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
group: ${{ github.event.inputs.documentId }}-${{ github.event.inputs.force }}
2323
cancel-in-progress: true
2424
steps:
25-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
26-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
25+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
26+
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2727
with:
2828
node-version: lts/*
2929
- id: cache
30-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
30+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
3131
with:
3232
path: |
3333
./blazing-scripts/createSocialImage.js

0 commit comments

Comments
 (0)