diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e1e214..20876d4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,6 +21,8 @@ jobs: # variables in context environments are setup in github to match branch names environment: name: ${{ github.ref_name }} + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: # use older checkout version due to https://github.com/dawidd6/action-download-artifact/issues/261 @@ -34,3 +36,4 @@ jobs: DB_HOST: ${{ secrets.DB_HOST }} DB_USER: ${{ secrets.DB_USER }} DB_PASS: ${{ secrets.DB_PASS }} + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d74508a..6124bcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,4 +16,4 @@ repos: rev: 0.27.0 hooks: - id: check-github-workflows - - id: check-github-actions + - id: check-github-actions \ No newline at end of file