Skip to content

Commit

Permalink
bump github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Jul 14, 2024
1 parent 94ce47a commit 800b16a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
coverage report -m
coverage lcov
- name: Run Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
Expand Down

0 comments on commit 800b16a

Please sign in to comment.