Skip to content

Commit

Permalink
chore(ci): Upgrade GitHub Actions checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 7, 2023
1 parent 71c98dc commit e41e948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
django-version: 'main'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
extra-env: ['docs', 'black', 'isort', 'flake8', 'standardjs']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
if: ${{ matrix.extra-env == 'standardjs' }}
with:
Expand Down

0 comments on commit e41e948

Please sign in to comment.