Skip to content

Commit 4a37973

Browse files
chore(deps): update non-major
1 parent 6206439 commit 4a37973

File tree

6 files changed

+11202
-4010
lines changed

6 files changed

+11202
-4010
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
14+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1515
with:
1616
node-version: lts/*
1717
cache: 'npm'
18-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
18+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2020
with:
2121
node-version: lts/*
2222
cache: 'npm'

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # 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@a94899bca583c204427a224a7af87c02f9b325d5 # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
26+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2727
with:
2828
node-version: lts/*
2929
- id: cache
30-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
30+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
3131
with:
3232
path: |
3333
./blazing-scripts/createSocialImage.js

0 commit comments

Comments
 (0)