The standalone action repos have been consolidated into supertokens/actions. Workflow files in this repo need to update their uses: references.
Files to update
| Workflow |
Old reference |
New reference |
.github/workflows/auth-react-test-1.yml |
supertokens/auth-react-testing-action@main |
supertokens/actions/auth-react-testing-action@main |
.github/workflows/auth-react-test-1.yml |
supertokens/extended-matrix-action@main |
supertokens/actions/extended-matrix-action@main |
.github/workflows/auth-react-test-3.yml |
supertokens/auth-react-testing-action@main |
supertokens/actions/auth-react-testing-action@main |
.github/workflows/website-test.yml |
supertokens/website-testing-action@main |
supertokens/actions/website-testing-action@main |
.github/workflows/backend-sdk-testing.yml |
supertokens/backend-sdk-testing-action@main |
supertokens/actions/backend-sdk-testing-action@main |
.github/workflows/unit-test.yml |
supertokens/get-supported-versions-action@main |
supertokens/actions/get-supported-versions-action@main |
Also update any setup sub-action references (e.g. supertokens/auth-react-testing-action/setup@main → supertokens/actions/auth-react-testing-action/setup@main).
The standalone action repos have been consolidated into
supertokens/actions. Workflow files in this repo need to update theiruses:references.Files to update
.github/workflows/auth-react-test-1.ymlsupertokens/auth-react-testing-action@mainsupertokens/actions/auth-react-testing-action@main.github/workflows/auth-react-test-1.ymlsupertokens/extended-matrix-action@mainsupertokens/actions/extended-matrix-action@main.github/workflows/auth-react-test-3.ymlsupertokens/auth-react-testing-action@mainsupertokens/actions/auth-react-testing-action@main.github/workflows/website-test.ymlsupertokens/website-testing-action@mainsupertokens/actions/website-testing-action@main.github/workflows/backend-sdk-testing.ymlsupertokens/backend-sdk-testing-action@mainsupertokens/actions/backend-sdk-testing-action@main.github/workflows/unit-test.ymlsupertokens/get-supported-versions-action@mainsupertokens/actions/get-supported-versions-action@mainAlso update any
setupsub-action references (e.g.supertokens/auth-react-testing-action/setup@main→supertokens/actions/auth-react-testing-action/setup@main).