Skip to content

Commit

Permalink
Bump r-lib/actions from 2.6.4 to 2.6.5
Browse files Browse the repository at this point in the history
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.6.4 to 2.6.5.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@v2.6.4...v2.6.5)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 5bd7ef3 commit 55fea89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:

- uses: actions/checkout@v4

- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5
with:
r-version: 'release'
rtools-version: '42'
- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev || true
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5
with:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools }}
- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5

- name: Query dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
- uses: actions/checkout@v4

- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5
- uses: r-lib/actions/[email protected].5

- name: Install Ubuntu dependencies
run: |
Expand Down Expand Up @@ -85,12 +85,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5
with:
r-version: 'release'
rtools-version: '42'

- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmdstan-tarball-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev || true
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5
with:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools }}

- uses: r-lib/actions/[email protected].4
- uses: r-lib/actions/[email protected].5

- name: Query dependencies
run: |
Expand Down

0 comments on commit 55fea89

Please sign in to comment.