feat: use actions/checkout@v6

This commit is contained in:
Damien Retzinger
2026-02-18 14:43:05 -05:00
parent 5d47cda771
commit c2c3755729
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
name: A job to compute an installed Magento version.
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/get-magento-version@main
id: get-magento-version
- run: echo version ${{ steps.get-magento-version.outputs.version }}