Skip to content

Commit 51447e4

Browse files
committed
actions: update to use @main version
1 parent 0be5549 commit 51447e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flet-pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
os: ["macos-latest", "windows-latest"]
1515

1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-python@v2
17+
- uses: actions/checkout@main
18+
- uses: actions/setup-python@main
1919
with:
2020
python-version: 3.10.7
2121
- run: pip install -r requirements.txt
@@ -24,7 +24,7 @@ jobs:
2424
- run: python scripts/pack_app.py
2525
# Optionally verify that it works (provided that it does not need user interaction)
2626
#- run: ./dist/your-code/your-code
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@main
2828
with:
2929
name: Tuttle-${{ github.sha }}-${{ matrix.os }}
3030
path: dist/

0 commit comments

Comments
 (0)