We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac12f8 + 4b4aeca commit d4387d3Copy full SHA for d4387d3
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
- name: Log in to GitHub Container Registry
20
uses: docker/login-action@v3
docker-compose.yml
@@ -19,7 +19,7 @@ services:
DEBUG: ${DEBUG:-yes}
21
db:
22
- image: mariadb:10.11
+ image: mariadb:12.0
23
environment:
24
MYSQL_DATABASE: pfadi_finder
25
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
0 commit comments