Skip to content

Commit

Permalink
Used versioned actions scripts for R.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Oct 29, 2022
1 parent b182245 commit 9363746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up R ${{ matrix.config.r }}
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: 3.9
- name: Set up R
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ env.R-VERSION }}
- name: Cache R packages
Expand Down

0 comments on commit 9363746

Please sign in to comment.