Skip to content

Commit

Permalink
Bump getong/mariadb-action from 1.1 to 1.11
Browse files Browse the repository at this point in the history
Bumps [getong/mariadb-action](https://github.com/getong/mariadb-action) from 1.1 to 1.11.
- [Release notes](https://github.com/getong/mariadb-action/releases)
- [Commits](getong/mariadb-action@v1.1...v1.11)

---
updated-dependencies:
- dependency-name: getong/mariadb-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 27ef3b0 commit 24a59d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: matrix.db-type == 'pgsql'
run: docker run --rm --name=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=cakephp -p 5432:5432 -d postgres

- uses: getong/mariadb-action@v1.1
- uses: getong/mariadb-action@v1.11
if: matrix.db-type == 'mariadb'
with:
mysql database: 'cakephp'
Expand Down

0 comments on commit 24a59d7

Please sign in to comment.