Skip to content

Commit

Permalink
fix: fixed broken update of action
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 21, 2024
1 parent 6d40f6f commit fb0e155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflow/lock-closed.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is intended to reduce "necrobumping" (the addition of comments, including spa

This reusable action depends on the following actions:

- [dessant/lock-threads@v3](https://github.com/dessant/lock-threads)
- [dessant/lock-threads@v5](https://github.com/dessant/lock-threads)

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions workflow/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771" # v5.0.1
uses: "step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142" # v2.7.0
with:
egress-policy: "audit"

- uses: "dessant/lock-threads@v5"
- uses: "dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771" # v5.0.1
with:
issue-inactive-days: "${{ inputs.issue-inactive-days }}"

0 comments on commit fb0e155

Please sign in to comment.