Skip to content

Commit

Permalink
updating gha version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Sep 3, 2024
1 parent ecf1034 commit 6d914cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:

name: test-coverage

permissions: read-all

jobs:
test-coverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "GitHub",
"message": "3.5.0",
"message": "3.5.0.1",
"color": "blue"
}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: grpreg
Title: Regularization Paths for Regression Models with Grouped Covariates
Version: 3.5.0
Version: 3.5.0.1
Date: 2024-09-03
Authors@R: c(
person("Patrick", "Breheny", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-0650-1119")),
Expand Down

0 comments on commit 6d914cb

Please sign in to comment.