Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jun 23, 2024
1 parent 15975c2 commit a4c09c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v5
with:
python-version: '3.9.16'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-health-check==3.16.4
django-ipware==4.0.2
django-permissions-policy==4.1.0
django-redis==5.0.0
django-relativedelta==1.1.2
django-relativedelta==2.0.0
django-solo==1.1.5
django-spaghetti-and-meatballs==0.4.2
django-timezone-field==4.2.1
Expand Down

0 comments on commit a4c09c6

Please sign in to comment.