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 12, 2023
1 parent 65b718d commit c44a1dd
Show file tree
Hide file tree
Showing 4 changed files with 3,928 additions and 2,889 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -13,7 +13,7 @@ aliases:

# UI Coverage orbs
orbs:
coveralls: coveralls/coveralls@2.0.0
coveralls: coveralls/coveralls@2.1.1

# Reuseable commands
commands:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -40,7 +40,7 @@ jobs:

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

- name: Setup Node.js environment
uses: actions/setup-node@v3
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.1.0
uses: actions/checkout@v3.5.2

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

# Send UI coverage before Perl
- name: Upload UI coverage data
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ui
Expand All @@ -328,7 +328,7 @@ jobs:
if: ${{ matrix.COVERAGE }}

- name: Close parallel UI coverage data
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
steps:

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

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

0 comments on commit c44a1dd

Please sign in to comment.