Skip to content

Commit

Permalink
Upgrade GitHub Actions (#1256)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Crosswell <alan@columbia.edu>
  • Loading branch information
cclauss and n2ygk committed Mar 22, 2023
1 parent 7bef159 commit 769c0a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
django-version: 'main'

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -47,7 +47,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key:
Expand All @@ -67,7 +67,7 @@ jobs:
DJANGO: ${{ matrix.django-version }}

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
name: Python ${{ matrix.python-version }}

Expand All @@ -77,4 +77,4 @@ jobs:
name: Test successful
steps:
- name: Success
run: echo Test successful
run: echo Test successful

0 comments on commit 769c0a2

Please sign in to comment.