Closed Soviut closed 9 months ago
The docs currently have an example that has
uses: actions/checkout@v3
This gives a deprecation warning that Node16 should be replaced with Node20
To avoid steering the user into using a deprecated version we should change it to
uses: actions/checkout@v4
The docs currently have an example that has
This gives a deprecation warning that Node16 should be replaced with Node20
To avoid steering the user into using a deprecated version we should change it to