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 Oct 28, 2022
1 parent f7a3183 commit aa219a5
Show file tree
Hide file tree
Showing 3 changed files with 1,323 additions and 1,407 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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.1.0

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

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

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

0 comments on commit aa219a5

Please sign in to comment.