Skip to content

Commit

Permalink
build(deps): bump getong/mariadb-action from 1.1 to 1.2
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.2.
- [Release notes](https://github.com/getong/mariadb-action/releases)
- [Commits](getong/mariadb-action@v1.1...v1.2)

---
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 and SMillerDev committed Jun 19, 2024
1 parent f5ef580 commit bb8e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Setup mysql
if: matrix.database == 'mysql'
uses: getong/mariadb-action@v1.1
uses: getong/mariadb-action@v1.2
with:
host port: 3800
mysql database: ${{ env.MYSQL_DATABASE }}
Expand Down

0 comments on commit bb8e626

Please sign in to comment.