Skip to content

Commit

Permalink
Pin dependencies (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 614ee03 commit b457ab1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: r-lib/actions/pr-fetch@v2
- uses: r-lib/actions/pr-fetch@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
extra-packages: any::roxygen2
needs: pr-document
Expand All @@ -44,7 +44,7 @@ jobs:
git add man/\* NAMESPACE
git commit -m 'Document'
- uses: r-lib/actions/pr-push@v2
- uses: r-lib/actions/pr-push@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -57,13 +57,13 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: r-lib/actions/pr-fetch@v2
- uses: r-lib/actions/pr-fetch@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2

- name: Install dependencies
run: install.packages("styler")
Expand All @@ -80,6 +80,6 @@ jobs:
git add \*.R
git commit -m 'Style'
- uses: r-lib/actions/pr-push@v2
- uses: r-lib/actions/pr-push@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b457ab1

Please sign in to comment.