Skip to content

Commit

Permalink
Change @master tag to @v1 in test-coverage.yaml since the forme…
Browse files Browse the repository at this point in the history
…r no longer exists.
  • Loading branch information
zhuxr11 committed Jan 21, 2023
1 parent cb395e4 commit 49ba028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v1

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v1

- name: Query dependencies
run: |
Expand Down

0 comments on commit 49ba028

Please sign in to comment.