Skip to content

Commit

Permalink
Merge pull request #1264 from sdr-enthusiasts/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
fredclausen authored Sep 7, 2024
2 parents 44d4ece + 11e10e2 commit 18a3333
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 666 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cp webapp.tar.gz ../webapp.tar.gz
- name: Save webapp.tar.gz
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: webapp
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
cp webapp.tar.gz ../webapp.tar.gz
- name: Save webapp.tar.gz
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: webapp
path: |
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.9.0
rev: v9.9.1
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -74,7 +74,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-actions
- id: check-github-workflows
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.6.0-slim AS acarshub-typescript-builder
FROM node:22.8.0-slim AS acarshub-typescript-builder
# pushd/popd
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
Loading

0 comments on commit 18a3333

Please sign in to comment.