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

Commit

Permalink
Bump all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2022
1 parent 3c7b002 commit d2feaf4
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 480 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -15,14 +15,14 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.1.0
- name: Setup
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.5.0
with:
node-version: 16 # Use the latest LTS release
cache: npm
- name: Install
uses: nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
uses: nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
with:
timeout_minutes: 5
max_attempts: 3
Expand All @@ -39,14 +39,14 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.1.0
- name: Setup
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.5.0
with:
node-version: 16 # Use the latest LTS release
cache: npm
- name: Install
uses: nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
uses: nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
with:
timeout_minutes: 5
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Keep the Faith
uses: actions/stale@v6.0.0
uses: actions/stale@v6.0.1
id: stale
with:
days-before-stale: 30
Expand Down

0 comments on commit d2feaf4

Please sign in to comment.