Skip to content

Commit 4e0ff82

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-6
2 parents 2a9658f + 5fb71ff commit 4e0ff82

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

docs/pretix-client-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you use `python pretix-mock.py --port 8888`, set `pretix_base_url` to `http:/
4040

4141
The mock contains five Pretix orders:
4242

43-
Order 'AAAAA' (paid)
43+
Order 'AAA11' (paid)
4444
- Business Combined Ticket for 'Jane Doe'
4545
- Business Tutorial Ticket for 'John Doe'
4646
- Childcare
@@ -53,7 +53,7 @@ Order 'BBB22' (paid)
5353
Order 'CCC33' (paid)
5454
- Personal Remote Ticket for 'Martina Mustermann'
5555

56-
Order 'DDDD44' (paid)
56+
Order 'DDD44' (paid)
5757
- Sponsor Ticket for 'Seán Ó Rudaí'
5858
- T-Shirt
5959

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)