MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
759 stars 438 forks source link

Update actions/checkout in GitHub Actions workflows to v3 #473

Closed striezel closed 1 year ago

striezel commented 1 year ago

Updates the actions/checkout action used in the GitHub Actions workflow to its newest major version.

For a list of changes in actions/checkout see the changelog.

As far as I can tell this should all be backwards compatible, so I do not expect any breakage.

grooverdan commented 1 year ago

Thanks.

FYI the tests do run in podman - https://buildbot.mariadb.org/#/builders/amd64-rhel8-dockerlibrary, I just need to correct the docker incompatibility somehow. Contributions welcome if you are willing.