diff --git a/.github/workflows/pod.yml b/.github/workflows/pod.yml index 024cafe9f5..ed7671d3dd 100644 --- a/.github/workflows/pod.yml +++ b/.github/workflows/pod.yml @@ -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: | @@ -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 }} diff --git a/pod/main/static/css/pod-admin.css b/pod/main/static/css/pod-admin.css index 7578ce18d4..c0ae01257c 100644 --- a/pod/main/static/css/pod-admin.css +++ b/pod/main/static/css/pod-admin.css @@ -60,6 +60,6 @@ } /* prevent bootstrap 5 from collapsing Django admin fieldset */ -fieldset.collapsed:not(.show) { +fieldset.collapse:not(.show) { display: block; }