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] authored Nov 24, 2022
1 parent 6c607f2 commit 7d0b4f6
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 345 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16 # Use the latest LTS release
cache: npm
- name: Install
uses: nick-fields/[email protected].1 # Retry npm installation when an http download fails (often due to rate limiting)
uses: nick-fields/[email protected].2 # Retry npm installation when an http download fails (often due to rate limiting)
with:
timeout_minutes: 5
max_attempts: 3
Expand All @@ -41,12 +41,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16 # Use the latest LTS release
cache: npm
- name: Install
uses: nick-fields/[email protected].1 # Retry npm installation when an http download fails (often due to rate limiting)
uses: nick-fields/[email protected].2 # 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/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Get Information
id: branch-info
uses: tj-actions/branch-names@v6.1
uses: tj-actions/branch-names@v6.3
- name: Source Branch is not trunk
if: steps.branch-info.outputs.head_ref_branch == 'trunk'
run: exit 2
Expand Down
Loading

0 comments on commit 7d0b4f6

Please sign in to comment.