Skip to content

Commit 7d37b18

Browse files
committed
Bump checkout action ver to 4, bump r-ver to 4.4.0
1 parent 5b55acc commit 7d37b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Quarto
1818
uses: quarto-dev/quarto-actions/setup@v2
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install R
3131
uses: r-lib/actions/setup-r@v2
3232
with:
33-
r-version: '4.3.2'
33+
r-version: '4.4.0'
3434

3535
- name: Install R Dependencies
3636
uses: r-lib/actions/setup-renv@v2

0 commit comments

Comments
 (0)