Skip to content

Commit 1dc4d0f

Browse files
chore(deps): pin dependencies (#23)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5d950f0 commit 1dc4d0f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
generate:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1010
- name: Installing Node.js v16
11-
uses: actions/setup-node@v3
11+
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
1212
with:
1313
node-version: '16'
1414
registry-url: 'https://registry.npmjs.org/'

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

0 commit comments

Comments
 (0)