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 27, 2022
1 parent f452d26 commit f8d5394
Show file tree
Hide file tree
Showing 3 changed files with 3,323 additions and 2,914 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -29,16 +29,16 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

# 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 @@ -138,7 +138,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand All @@ -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 f8d5394

Please sign in to comment.