Skip to content

Commit

Permalink
Checkout correct version of repo in actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnertb committed Feb 12, 2025
1 parent c2360c4 commit 39d8c88
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/audit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.6
ref: v1.1.7

- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/kick/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.6
ref: v1.1.7

- name: Move db.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.6
ref: v1.1.7

- uses: actions/checkout@v3
with:
Expand Down
5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"private": true,
"name": "github-user-inactivity",
"version": "1.1.7",
"scripts": {
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint --fix .",
Expand Down

0 comments on commit 39d8c88

Please sign in to comment.