Skip to content

Commit 42ec2e7

Browse files
authored
Merge branch 'main' into renovate/redis-21.x
2 parents 95320fa + 2c45c75 commit 42ec2e7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/helm-docs.yaml

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
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Fetch history
1919
run: git fetch --prune --unshallow

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
app_id: ${{ secrets.APP_ID }}
2525

2626
- name: Checkout
27-
uses: actions/checkout@v4.2.2
27+
uses: actions/checkout@v5.0.0
2828

2929
- name: Self-hosted Renovate
3030
# renovate keeps itself up to date
31-
uses: renovatebot/[email protected].3
31+
uses: renovatebot/[email protected].12
3232
with:
3333
token: '${{ steps.get_token.outputs.token }}'
3434
configurationFile: .github/renovate-config.json

.github/workflows/test-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
working-directory: charts/mastodon
2121

2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v5
23+
- uses: actions/checkout@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.x"
2727

@@ -67,7 +67,7 @@ jobs:
6767
- k3s-channel: latest
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v5
7171

7272
# This action starts a k8s cluster with NetworkPolicy enforcement and
7373
# installs both kubectl and helm.

charts/mastodon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ type: application
99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates, including the app version.
1111
# Versions are expected to follow Semantic Versioning (https://semver.org/)
12-
version: 10.1.1
12+
version: 10.1.3
1313

1414
# renovate: image=ghcr.io/mastodon/mastodon
15-
appVersion: v4.4.0
15+
appVersion: v4.4.4
1616

1717
dependencies:
1818
- name: postgresql

charts/mastodon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mastodon
22

3-
![Version: 10.1.1](https://img.shields.io/badge/Version-10.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.0](https://img.shields.io/badge/AppVersion-v4.4.0-informational?style=flat-square)
3+
![Version: 10.1.3](https://img.shields.io/badge/Version-10.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.4](https://img.shields.io/badge/AppVersion-v4.4.4-informational?style=flat-square)
44

55
Mastodon is a free, open-source social network server based on ActivityPub.
66

0 commit comments

Comments
 (0)