Skip to content

Commit f96c98d

Browse files
committed
build(workflows) updates for node.js 24
1 parent 62a4ffa commit f96c98d

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main]
88

99
name: R-CMD-check
1010

@@ -29,7 +29,7 @@ jobs:
2929
R_KEEP_PKG_SOURCE: yes
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v6
3333

3434
- uses: r-lib/actions/setup-pandoc@v2
3535

.github/workflows/format-suggest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
with:
3333
ref: ${{ github.event.pull_request.head.sha }}
3434

.github/workflows/pkgdown.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
schedule:
98
- cron: "0 20 * * 3" # Every Wednesday at 1200 hrs = 1700 UTC
109

@@ -15,7 +14,7 @@ jobs:
1514
env:
1615
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1716
steps:
18-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1918

2019
- uses: r-lib/actions/setup-r@v2
2120

@@ -29,7 +28,7 @@ jobs:
2928
shell: Rscript {0}
3029

3130
- name: Cache R packages
32-
uses: actions/cache@v4
31+
uses: actions/cache@v5.0.0
3332
with:
3433
path: ${{ env.R_LIBS_USER }}
3534
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/stocksmartapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

@@ -119,7 +119,7 @@ jobs:
119119

120120
# Send email indicating if anything has changed
121121
- name: Send email
122-
uses: dawidd6/action-send-mail@v3
122+
uses: dawidd6/action-send-mail@v13
123123

124124
with:
125125
server_address: smtp.gmail.com

0 commit comments

Comments
 (0)