Skip to content

Commit

Permalink
Update CI actions to use Node.js 20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed May 7, 2024
1 parent d6309cb commit f75051a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -64,11 +64,11 @@ jobs:
with:
stack-version: 7.12.0

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

- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
REDIS_PORT: ${{ job.services.redis.ports[6379] }}

- name: CodeCOV
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
Expand Down

0 comments on commit f75051a

Please sign in to comment.