Skip to content

Commit b1a6316

Browse files
authored
adding cloudflare and pinning python version to prevent breaks (#34)
1 parent 421f4f2 commit b1a6316

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v4
1313
with:
14-
python-version: 3.x
14+
python-version: 3.12
1515
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
1616
- uses: actions/cache@v3
1717
with:
4.26 KB
Loading

docs/sponsors/our-sponsors.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ Add your name to this list!
1010

1111
## Gold Sponsors
1212

13-
[![Elastic Sponsor Logo](../assets/images/sponsors/elastic.svg){: width="250" align="left"}](https://www.elastic.co/)
14-
[![Temporal Sponsor Logo](../assets/images/sponsors/temporal.png){: width="550" align="left"}](https://www.temporal.io/)
13+
[![Elastic Sponsor Logo](../assets/images/sponsors/elastic.svg){: width="150" align="left"}](https://www.elastic.co/)
14+
[![Temporal Sponsor Logo](../assets/images/sponsors/temporal.png){: width="450" align="left"}](https://www.temporal.io/)
15+
16+
<br clear=all>
17+
18+
## Silver Sponsors
19+
20+
[![Elastic Sponsor Logo](../assets/images/sponsors/cloudflare.png){: width="250" align="left"}](https://www.cloudflare.com/)
1521

1622
<br clear=all>
1723

@@ -28,4 +34,4 @@ Add your name to this list!
2834
[![Big Event Sponsor Logo](../assets/images/sponsors/big-event.png){: width="350" align="left"}](https://bigevent.io/)
2935

3036

31-
[![Pretix Sponsor Logo](../assets/images/sponsors/pretix.svg){: width="350" align="left"}](https://pretix.eu/)
37+
[![Pretix Sponsor Logo](../assets/images/sponsors/pretix.svg){: width="300" align="left"}](https://pretix.eu/)

0 commit comments

Comments
 (0)