diff --git a/README.rst b/README.rst index 0f54648..f9830cd 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ file could be very simple! This release CI creates .mpy files for CircuitPython with: submodules: true - name: Run MPY Action - uses: tekktrik/build-mpy@v1 + uses: adafruit/build-mpy@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} circuitpy-tag: "7.2.0" @@ -77,7 +77,7 @@ to specify certain files NOT to compile, you could modify the script above to be with: submodules: true - name: Run MPY Action - uses: tekktrik/build-mpy@v1 + uses: adafruit/build-mpy@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} circuitpy-tag: "7.2.0"