Skip to content

Commit

Permalink
main > v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-breed committed Oct 20, 2022
1 parent 46a4cb3 commit 482a2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
run: |
echo "PA_TOKEN=${{ secrets.PA_TOKEN }}" >> $GITHUB_ENV
- uses: r-lib/actions/setup-r@main
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'

- uses: r-lib/actions/setup-pandoc@main
- uses: r-lib/actions/setup-pandoc@v2

- name: Run budget data script
run: |
Expand Down

0 comments on commit 482a2c9

Please sign in to comment.