From 536b6e046d9f80b5c6734bd26893cbf04ccebd72 Mon Sep 17 00:00:00 2001 From: Kaede Fujisaki Date: Sat, 20 May 2023 20:36:34 +0900 Subject: [PATCH] Upgrade actions --- .github/workflows/build-all.yml | 6 ++++-- .github/workflows/unit-test.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 2abe345..3f28253 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -16,10 +16,12 @@ jobs: os: [macOS-latest, windows-latest, ubuntu-latest] steps: + # https://github.com/actions/checkout - name: Setup repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.5.2 - - uses: FedericoCarboni/setup-ffmpeg@v1 + # https://github.com/FedericoCarboni/setup-ffmpeg + - uses: FedericoCarboni/setup-ffmpeg@v2 with: # Not strictly necessary, but it may prevent rate limit # errors especially on GitHub-hosted macos machines. diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index afec1eb..2eed0a9 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -16,10 +16,12 @@ jobs: os: [macOS-latest, ubuntu-latest] steps: + # https://github.com/actions/checkout - name: Setup repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.5.2 - - uses: FedericoCarboni/setup-ffmpeg@v1 + # https://github.com/FedericoCarboni/setup-ffmpeg + - uses: FedericoCarboni/setup-ffmpeg@v2 with: # Not strictly necessary, but it may prevent rate limit # errors especially on GitHub-hosted macos machines.