Skip to content

Commit

Permalink
Merge pull request #65 from RandyMcMillan/patch-1
Browse files Browse the repository at this point in the history
workflows/repro.yml: update actions/checkout@v3
  • Loading branch information
nvk authored Jan 9, 2023
2 parents 0072138 + cbf2163 commit cf6cc6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt install -y ffmpeg
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ARM toolchain
if: ${{ matrix.project == 'coldcard' || matrix.project == 'coldcard-mk3' || matrix.project == 'trezor-firmware' || matrix.project == 'bitbox02-firmware' }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Gather artifacts from jobs
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Gather artifacts from jobs
uses: actions/download-artifact@v3
Expand Down

0 comments on commit cf6cc6c

Please sign in to comment.