From 0666aba4b0330b95dc02be0a1b8241b6a910e011 Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Wed, 15 May 2024 14:54:15 +0300 Subject: [PATCH] updated checkout action to v4 --- .github/workflows/build_ci.yml | 2 +- .github/workflows/pyinstaller.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index 5b96820c..5ff865b7 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -30,7 +30,7 @@ jobs: run: | (Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize - name: Get repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: apt-get update (Linux) if: runner.os == 'Linux' run: sudo apt-get update diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index ab953316..d2a818e3 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -16,7 +16,7 @@ jobs: runs-on: [ ubuntu-latest ] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.VID_CHECKSUM_PAT }} - name: Install dev requirements