Skip to content

Commit

Permalink
Handle node 16 deprectation in workflows (#862)
Browse files Browse the repository at this point in the history
* node 16 deprectation

* mistaken find replace
  • Loading branch information
ieaves authored Feb 19, 2024
1 parent 081f815 commit 162f689
Show file tree
Hide file tree
Showing 30 changed files with 127 additions and 127 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -53,18 +53,18 @@ jobs:
working-directory: grai-server/app

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/grai-server-temp

Expand All @@ -73,7 +73,7 @@ jobs:

- name: Build
id: docker-build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: grai-server/app
push: true
Expand Down Expand Up @@ -138,9 +138,9 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -52,18 +52,18 @@ jobs:
working-directory: grai-server/app

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/grai-server-temp

Expand All @@ -73,7 +73,7 @@ jobs:

- name: Build
id: docker-build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: grai-server/app
push: true
Expand Down Expand Up @@ -131,9 +131,9 @@ jobs:
ports:
- 6379:6379
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run npm tests
run: npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: grai-frontend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/graph-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down Expand Up @@ -80,9 +80,9 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-bigquery-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
# --health-retries 10
# --health-start-period 30s
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
#
# - uses: actions/setup-python@v4
# - uses: actions/setup-python@v5
# with:
# python-version: "${{ env.py_ver }}"
#
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-dbt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -46,9 +46,9 @@ jobs:
run:
working-directory: ${{ env.project_dir }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-fivetran-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
ports:
- 6379:6379
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-flat_file-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
--health-retries 10
--health-start-period 90s
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-looker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -45,9 +45,9 @@ jobs:
run:
working-directory: ${{ env.project_dir }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-metabase-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -46,9 +46,9 @@ jobs:
run:
working-directory: ${{ env.project_dir }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-mssql-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -58,7 +58,7 @@ jobs:
- 1433:1433

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up SQL db
working-directory: ${{ env.project_dir }}/data
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
bash init-db.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-mysql-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down Expand Up @@ -63,14 +63,14 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up MySQL
working-directory: ${{ env.project_dir }}/data/scripts
run: |
sh init-db.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-openlineage-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
working-directory: ${{ env.project_dir }}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand All @@ -45,9 +45,9 @@ jobs:
run:
working-directory: ${{ env.project_dir }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ env.py_ver }}"

Expand Down
Loading

0 comments on commit 162f689

Please sign in to comment.