Skip to content

Commit c5b1d8d

Browse files
authored
Update release.yml
1 parent d3454ee commit c5b1d8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout the current repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
submodules: true
1515

@@ -18,10 +18,10 @@ jobs:
1818
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version
1919

2020
- name: Run MPY Action
21-
uses: adafruit/build-mpy@v1
21+
#uses: adafruit/build-mpy@v2
22+
uses: jake1164/build-mpy@static-mpy-cross
2223
with:
23-
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
circuitpy-tag: "8.0.0"
24+
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
mpy-directory: "src"
2626
mpy-manifest-file: "mpy-manifest.txt"
2727
mpy-manifest-type: "exclude"

0 commit comments

Comments
 (0)