From c77b69a21c4d7fdc812373bffc95a4894b337381 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:14:03 +0800 Subject: [PATCH] ci(build): update action dependencies --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dabaaa5..398aae67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: run: | echo "$HOME/.local/bin" >> "$GITHUB_PATH" echo "INSTALL_NAME=lite-xl-${GITHUB_REF##*/}-macos-universal" >> "$GITHUB_ENV" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Download artifacts uses: actions/download-artifact@v3 id: download @@ -124,7 +124,7 @@ jobs: bash --version bash scripts/make-universal-binaries.sh ${{ steps.download.outputs.download-path }} "${INSTALL_NAME}" - name: Upload DMG Image - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: macOS Universal DMG Images path: ${{ env.INSTALL_NAME }}.dmg @@ -191,7 +191,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch.target }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install meson and ninja