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 May 13, 2023
1 parent 8db4b3f commit a31ce60
Show file tree
Hide file tree
Showing 3 changed files with 4,375 additions and 3,317 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -34,13 +34,13 @@ jobs:
# Dump environment variables & event
- uses: hmarr/debug-action@v2
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.1
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

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

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down Expand Up @@ -179,7 +179,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.10.1
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.2

- name: Install GNU gettext
run: sudo apt -q -y install gettext
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.2

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

0 comments on commit a31ce60

Please sign in to comment.