Skip to content

Commit

Permalink
4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed Aug 22, 2023
1 parent 8c3d276 commit 6d43bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# single OS and R version, aligned with the target deployment environment
matrix:
config:
- {os: ubuntu-latest, r: '4.2.1'}
- {os: ubuntu-latest, r: '4.3.1'}

env:
# Access token for GitHub
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.2.1",
"Version": "4.3.1",
"Repositories": [
{
"Name": "CRAN",
Expand Down

0 comments on commit 6d43bf0

Please sign in to comment.