The README example uses `actions/checkout@v4`: ```yaml - uses: actions/checkout@v4 ``` `actions/checkout@v6` is available — would be nice to update the example so folks don't accidentally downgrade when copying it.
The README example uses
actions/checkout@v4:actions/checkout@v6is available — would be nice to update the example so folks don't accidentally downgrade when copying it.