Compare commits
3 Commits
6c5bb09fc6
...
dc62425c4e
Author | SHA1 | Date | |
---|---|---|---|
dc62425c4e
|
|||
806c8ac929 | |||
b71391f9c8 |
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@@ -16,7 +16,7 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:41
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
@@ -130,7 +130,7 @@ matrix-hookshot:
|
||||
main:
|
||||
image:
|
||||
repository: halfshot/matrix-hookshot
|
||||
tag: 7.0.0
|
||||
tag: 7.1.0
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
|
@@ -19,7 +19,7 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
postgresql:
|
||||
image: docker.io/postgres:17.5-alpine3.21
|
||||
image: docker.io/postgres:17.6-alpine3.21
|
||||
container_name: gitea-postgres
|
||||
env_file:
|
||||
- .env
|
||||
|
Reference in New Issue
Block a user