Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed May 20, 2023
1 parent 783e02b commit 536b6e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 536b6e0

Please sign in to comment.