chore(ci): update actions to remove deprecation warnings

This commit is contained in:
AAGaming
2024-06-29 17:53:01 -04:00
parent e266258fc4
commit a12d9d2bdb
6 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -14,15 +14,15 @@ jobs:
steps:
- name: Checkout 🧰
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Python 3.11.7 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.7"
@@ -58,7 +58,7 @@ jobs:
run: $env:DECKY_NOCONSOLE = 1; C:\Users\runneradmin\.local\bin\poetry run pyinstaller pyinstaller.spec
- name: Upload package artifact ⬆️
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v5
with:
name: PluginLoader Win
path: |
+5 -5
View File
@@ -14,17 +14,17 @@ jobs:
steps:
- name: Checkout 🧰
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Python 3.11.7 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.7"
@@ -57,13 +57,13 @@ jobs:
- name: Upload package artifact ⬆️
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v5
with:
name: PluginLoader
path: ./backend/dist/PluginLoader
- name: Download package artifact locally
if: ${{ env.ACT }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v5
with:
path: ./backend/dist/PluginLoader
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get changed files
id: changed-files
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3 # Check out the repository first.
- uses: actions/checkout@v4 # Check out the repository first.
- name: Install TypeScript dependencies
working-directory: frontend
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout 🧰
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install semver-tool asdf
uses: asdf-vm/actions/install@v1
+3 -3
View File
@@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3 # Check out the repository first.
- uses: actions/checkout@v4 # Check out the repository first.
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Python 3.11.7 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.7"