Skip to content

Commit 9ed0696

Browse files
authored
Merge pull request #394 from cmu-delphi/ghactions-versions
update action versions
2 parents 4acbeb0 + a6a71c3 commit 9ed0696

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1818
R_KEEP_PKG_SOURCE: yes
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- uses: r-lib/actions/setup-r@v2
2323
with:

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- uses: r-lib/actions/setup-pandoc@v2
2828

.github/workflows/styler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

@@ -54,7 +54,7 @@ jobs:
5454
shell: Rscript {0}
5555

5656
- name: Cache styler
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
with:
5959
path: ${{ steps.styler-location.outputs.location }}
6060
key: ${{ runner.os }}-styler-${{ github.sha }}

0 commit comments

Comments
 (0)