Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 0855758

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # package-lock.json # package.json
2 parents 593c2fc + 4a81366 commit 0855758

File tree

5 files changed

+2258
-1884
lines changed

5 files changed

+2258
-1884
lines changed

.github/workflows/quality-checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
pull_request:
99
jobs:
1010
quality-checks:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
timeout-minutes: 10
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.0.2
15+
uses: actions/checkout@v4.1.1
1616
- name: Cache Pre-commit
1717
uses: actions/cache@v3
1818
with:
@@ -22,4 +22,4 @@ jobs:
2222
~/.cache/pip
2323
key: ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
2424
- name: Pre-commit
25-
uses: pre-commit/action@v2.0.3
25+
uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)