From fc0d1a5744395eabaeb356be634c7d73ca2a8842 Mon Sep 17 00:00:00 2001 From: BenediktMKuehne Date: Tue, 17 Dec 2024 15:23:52 +0000 Subject: [PATCH] update lint workflow --- .github/workflows/lint.yml | 8 ++++---- VERSION.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7b3ee25..034137ab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,18 +14,18 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout Branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies for linting run: | sudo apt-get update -y - sudo apt-get install -y python3-dev npm pycodestyle python3-pylint-django bandit + sudo apt-get install -y python3-dev npm pycodestyle pylint-django bandit sudo npm install -g jshint - name: Install Python, pipenv and Pipfile packages - uses: palewire/install-python-pipenv-pipfile@v2 + uses: palewire/install-python-pipenv-pipfile@v4 with: python-version: '3.10' - name: Make dirs diff --git a/VERSION.txt b/VERSION.txt index 5a66915d..21de5cb1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1-45ebc607 \ No newline at end of file +0.1-b298c03d \ No newline at end of file