Skip to content

Commit

Permalink
ci: update actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Carboni committed Oct 22, 2022
1 parent f5e22f8 commit 583042d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- run: echo "::set-output name=date::$(date +'%Y%m%d')"
- uses: actions/checkout@v3
- run: echo "name=date::$(date +'%Y%m%d')"
id: date
- run: sudo sh ./scripts/download-builds.sh
id: builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run FedericoCarboni/setup-ffmpeg
uses: ./
- name: Run FedericoCarboni/setup-ffmpeg
Expand Down

0 comments on commit 583042d

Please sign in to comment.