Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4…
Browse files Browse the repository at this point in the history
….0.0
  • Loading branch information
jimbrig authored Sep 13, 2023
2 parents 9c51ce3 + 0990b8c commit 869a7da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: Rscript {0}

- name: Cache styler
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.styler-location.outputs.location }}
key: ${{ runner.os }}-styler-${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions inst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ All notable changes to this project will be documented in this file.
- Cleanup
- Autopublish 2023-09-01T02:27:59Z
- Autopublish 2023-09-01T02:34:47Z
- Autopublish 2023-09-03T02:39:59Z

### Refactor

Expand Down

0 comments on commit 869a7da

Please sign in to comment.