Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit d2feaf4

Browse files
Bump all non-major dependencies
1 parent 3c7b002 commit d2feaf4

File tree

4 files changed

+527
-480
lines changed

4 files changed

+527
-480
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
timeout-minutes: 15
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.0.0
18+
uses: actions/checkout@v3.1.0
1919
- name: Setup
20-
uses: actions/setup-node@v3.0.0
20+
uses: actions/setup-node@v3.5.0
2121
with:
2222
node-version: 16 # Use the latest LTS release
2323
cache: npm
2424
- name: Install
25-
uses: nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
25+
uses: nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
2626
with:
2727
timeout_minutes: 5
2828
max_attempts: 3
@@ -39,14 +39,14 @@ jobs:
3939
timeout-minutes: 15
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3.0.0
42+
uses: actions/checkout@v3.1.0
4343
- name: Setup
44-
uses: actions/setup-node@v3.0.0
44+
uses: actions/setup-node@v3.5.0
4545
with:
4646
node-version: 16 # Use the latest LTS release
4747
cache: npm
4848
- name: Install
49-
uses: nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
49+
uses: nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
5050
with:
5151
timeout_minutes: 5
5252
max_attempts: 3

.github/workflows/daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 10
3939
steps:
4040
- name: Keep the Faith
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242
id: stale
4343
with:
4444
days-before-stale: 30

0 commit comments

Comments
 (0)