- commit
- 09bfa16b00f5bedfa044bb6d69a42b81883993a7
- parent
- a4e79574cf07e65e68ba9709c074bd48e4269de2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-04-25 12:09
ci: update actions
Diffstat
| M | .github/workflows/main.yml | 8 | ++++---- |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -21,8 +21,8 @@ jobs: 21 21 - python: '3.14' 22 22 django: '6.0rc1' 23 23 steps:24 -1 - uses: actions/checkout@v425 -1 - uses: actions/setup-python@v5-1 24 - uses: actions/checkout@v6 -1 25 - uses: actions/setup-python@v6 26 26 with: 27 27 python-version: ${{ matrix.python }} 28 28 - run: pip install . coverage tomli "django==${{ matrix.django }}" @@ -37,8 +37,8 @@ jobs: 37 37 permissions: 38 38 id-token: write 39 39 steps:40 -1 - uses: actions/checkout@v441 -1 - uses: actions/setup-python@v5-1 40 - uses: actions/checkout@v6 -1 41 - uses: actions/setup-python@v6 42 42 - run: pip install build 43 43 - name: build 44 44 run: python3 -m build