Skip to content

Commit 8d0a8e8

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fono/hato-plugin-logger-to-decorator
2 parents 0613d1f + 28c6b38 commit 8d0a8e8

3 files changed

Lines changed: 45 additions & 46 deletions

File tree

.github/workflows/pr-check-yarn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
- run: echo "NODE_VERSION=16" >> "${GITHUB_ENV}"
2020
- name: Set up Node.js ${{ env.NODE_VERSION }}
21-
uses: actions/setup-node@v3.0.0
21+
uses: actions/setup-node@v3.1.0
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424
cache: yarn

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cp -r ${{ env.venv_path }} "${DEST_PATH}"
6161
- run: echo "NODE_VERSION=16" >> "${GITHUB_ENV}"
6262
- name: Set up Node.js ${{ env.NODE_VERSION }}
63-
uses: actions/setup-node@v3.0.0
63+
uses: actions/setup-node@v3.1.0
6464
with:
6565
node-version: ${{ env.NODE_VERSION }}
6666
cache: yarn
@@ -70,7 +70,7 @@ jobs:
7070
- run: |
7171
echo "PYTHONPATH=/github/workspace/:/github/workflow/.venv/lib/python$(echo 'import sys; print(".".join(map(str, sys.version_info[0:2])))' | python)/site-packages" >> "${GITHUB_ENV}"
7272
- name: Lint files
73-
uses: github/super-linter/slim@v4.9.1
73+
uses: github/super-linter/slim@v4.9.2
7474
env:
7575
VALIDATE_ALL_CODEBASE: true
7676
VALIDATE_PYTHON_BLACK: false

Pipfile.lock

Lines changed: 42 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)