From 72047aa4ee9b994c5bfe233a3090e8fb0a2d8475 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 30 May 2024 02:41:56 +0000 Subject: [PATCH 1/2] chore(ci): update build_checks dependencies --- .github/workflows/build_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_checks.yml b/.github/workflows/build_checks.yml index 0ad24c6e..378992ab 100644 --- a/.github/workflows/build_checks.yml +++ b/.github/workflows/build_checks.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.8' - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run build checks run: ./build-checks.py From 5da0c68f2bb470a5490499cfa2d3448adbbcb22e Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 30 May 2024 02:42:45 +0000 Subject: [PATCH 2/2] chore(ci): update release action dependencies --- .github/workflows/build_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 7cdb2acd..da5d165f 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.8' @@ -25,7 +25,7 @@ jobs: pip3 install ffmpeg-normalize - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run build checks run: ./build-checks.py