diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 24a790c4a..f2655da3c 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Node.js (for package scripts) - uses: actions/setup-node@v4 diff --git a/.github/workflows/common_checks.yml b/.github/workflows/common_checks.yml index f4258a3d2..df38258ba 100644 --- a/.github/workflows/common_checks.yml +++ b/.github/workflows/common_checks.yml @@ -15,7 +15,7 @@ jobs: python-version: ["3.10.9"] timeout-minutes: 30 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@master with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 806acb4c7..9ba0fd8c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: needs: - "build-macos-pyinstaller" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -72,12 +72,12 @@ jobs: with: node-version: lts/* - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pearl_x64 path: electron/bins/ - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pearl_arm64 path: electron/bins/