Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 24, 2022
1 parent f452d26 commit 0f2bcdc
Show file tree
Hide file tree
Showing 3 changed files with 2,627 additions and 2,493 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -35,10 +35,10 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 14.x
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Create logging directories
run: |
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Check if merge must trigger
id: pr_trigger
Expand Down

0 comments on commit 0f2bcdc

Please sign in to comment.