diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-12-07 14:31:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 14:31:09 -0800 |
| commit | 35e46f9ccba00892a759fd5c5dab0b6bf2bb5697 (patch) | |
| tree | 3260f98b869e70f6cc8a2b5efeb54044374d953e /.github/workflows | |
| parent | 2b9a80c151d87d6e19ad4021244614c647d273fe (diff) | |
| download | decky-loader-35e46f9ccba00892a759fd5c5dab0b6bf2bb5697.tar.gz decky-loader-35e46f9ccba00892a759fd5c5dab0b6bf2bb5697.zip | |
Update build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 733e76e0..de2ce409 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.10.2 🐍 + - name: Set up Python 3.10.9 🐍 uses: actions/setup-python@v4 with: - python-version: "3.10.2" + python-version: "3.10.9" - name: Install Python dependencies ⬇️ run: | |
