- commit
- 65ea9eb84a921c554c603b1902260b85762995d2
- parent
- 434bc39c251f90817c73a7dbde1181ed1cdaf27c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-02-13 14:20
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
@@ -3,8 +3,8 @@ jobs: 3 3 lint: 4 4 runs-on: ubuntu-latest 5 5 steps:6 -1 - uses: actions/checkout@v47 -1 - uses: actions/setup-python@v5-1 6 - uses: actions/checkout@v6 -1 7 - uses: actions/setup-python@v6 8 8 - run: python3 -m pip install ruff 9 9 - name: linters 10 10 run: ruff check cplay.py @@ -15,8 +15,8 @@ jobs: 15 15 permissions: 16 16 id-token: write 17 17 steps:18 -1 - uses: actions/checkout@v419 -1 - uses: actions/setup-python@v5-1 18 - uses: actions/checkout@v6 -1 19 - uses: actions/setup-python@v6 20 20 - run: python3 -m pip install build 21 21 - name: build 22 22 run: python3 -m build