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 Jun 26, 2022
1 parent f452d26 commit d93d55c
Show file tree
Hide file tree
Showing 3 changed files with 3,307 additions and 2,905 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.2

- 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.2

- 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.2

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

0 comments on commit d93d55c

Please sign in to comment.