From 19442f138a8eec77ceb1e758cb735ea565b77d4c Mon Sep 17 00:00:00 2001 From: Kaede Fujisaki Date: Sat, 16 Nov 2024 15:09:11 +0000 Subject: [PATCH] Update actions --- .github/workflows/build-all.yml | 4 +--- .github/workflows/unit-test.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 725f778..98c953a 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -23,9 +23,7 @@ jobs: # https://github.com/FedericoCarboni/setup-ffmpeg - uses: FedericoCarboni/setup-ffmpeg@v3.1 with: - # Not strictly necessary, but it may prevent rate limit - # errors especially on GitHub-hosted macos machines. - token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} id: setup-ffmpeg # https://github.com/actions/setup-node diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 7da26d5..69ca88e 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -23,9 +23,7 @@ jobs: # https://github.com/FedericoCarboni/setup-ffmpeg - uses: FedericoCarboni/setup-ffmpeg@v3.1 with: - # Not strictly necessary, but it may prevent rate limit - # errors especially on GitHub-hosted macos machines. - token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} id: setup-ffmpeg # https://github.com/actions/setup-node