Skip to content

Commit

Permalink
[DONE] Upgrade Github actions (#1035)
Browse files Browse the repository at this point in the history
* Upgrade outdated github actions to use Node.js v.20 instead of v.16

* Correct collapse for django-admin
  • Loading branch information
Badatos authored Jan 30, 2024
1 parent 8c18ea1 commit fedc2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10']

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

- name: Configure sysctl limits (for ES)
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion pod/main/static/css/pod-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
}

/* prevent bootstrap 5 from collapsing Django admin fieldset */
fieldset.collapsed:not(.show) {
fieldset.collapse:not(.show) {
display: block;
}

0 comments on commit fedc2be

Please sign in to comment.