mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Use actions/checkout@v3 in tests workflow #222

Closed jnoordsij closed 1 year ago

jnoordsij commented 1 year ago

Description

Use latest actions/checkout version in tests workflow.

Motivation and Context

The current tests workflow uses actions/checkout@v2, which triggers a deprecation warning. This PR updates the version to remove the warnings.

Checklist: