Skip to content

Commit

Permalink
CI: Use stable version of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored and sr55 committed Dec 12, 2020
1 parent 13df899 commit 1907e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository == 'HandBrake/HandBrake'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- uses: actions/setup-python@v2

- name: Setup Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: macos-11.0
if: github.repository == 'HandBrake/HandBrake'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2

- name: Toolchain Cache
id: mac-toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: CLI / LibHB
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2

- name: Environment Setup
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
SigningCertificate: ${{ secrets.HandBrakeTeam_SignFile }}

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2

- name: NuGet Restore
run: |
Expand Down

0 comments on commit 1907e58

Please sign in to comment.