diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:48:58 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-24 20:48:58 -0400 |
| commit | 2edd910df384aa28181c5cb3a12096f0fe36637b (patch) | |
| tree | 41e38e46306a11c86fa9da9e17240c4e7472c7f4 | |
| parent | 1cd69097ad976b55f4b43dd6897c8a01b6527b3b (diff) | |
| download | decky-loader-2edd910df384aa28181c5cb3a12096f0fe36637b.tar.gz decky-loader-2edd910df384aa28181c5cb3a12096f0fe36637b.zip | |
ci: upgrade python to 3.11
| -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 9905855c..df3b5401 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 🐍 + - name: Set up Python 3.11 🐍 uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Install Python dependencies ⬇️ run: | |
