Skip to content

Commit

Permalink
Update dependency versions (#8)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
CookiePLMonster authored Mar 6, 2024
1 parent ac923eb commit 6237e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ufbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
app-dir: 'test'

- name: Upload app artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fap-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: inputs.skip-setup == 'false'
with:
python-version: '3.11'
Expand Down Expand Up @@ -158,7 +158,7 @@ runs:
echo "deployed-version=`cat ${{ fromJSON(steps.ufbt-status.outputs.json).toolchain_dir }}/*/VERSION 2>/dev/null || echo 0`" >> $GITHUB_OUTPUT
- name: Cache toolchain
uses: actions/cache@v3
uses: actions/cache@v4
if: steps.get-tooclhain-version.outputs.required-version != steps.get-tooclhain-version.outputs.deployed-version
with:
path: ${{ fromJSON(steps.ufbt-status.outputs.json).toolchain_dir }}
Expand Down

0 comments on commit 6237e46

Please sign in to comment.