Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies (master) #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.2

# 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