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

Bump all non-major dependencies #14

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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