Skip to content

Commit

Permalink
Merge pull request #11 from reseau-constellation/renovate/actions-set…
Browse files Browse the repository at this point in the history
…up-node-4.x

Update actions/setup-node action to v4.0.2
  • Loading branch information
julienmalard authored Feb 8, 2024
2 parents ce3e50d + cbd3ce5 commit 478bb76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: 20

Expand Down

0 comments on commit 478bb76

Please sign in to comment.