Skip to content

Commit

Permalink
ci: fix actions/checkout version comment inside empty issues closer a…
Browse files Browse the repository at this point in the history
…ction (#3170)
  • Loading branch information
qwerty541 authored Aug 29, 2023
1 parent ce18431 commit 7d71409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/empty-issues-closer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
name: Close empty issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.5.3 # NOTE: Retrieve issue templates.
# NOTE: Retrieve issue templates.
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Run empty issues closer action
uses: rickstaa/empty-issues-closer-action@7b2290364eb15bc228f7e7e1bb1b930fd850a71b # v1.1.14
Expand Down

0 comments on commit 7d71409

Please sign in to comment.