Skip to content

Commit

Permalink
Update actions/checkout digest to 3b9b8c8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent c81c47d commit ba17d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
}
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.label.name == 'Oyajigyagu Approved'
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit ba17d65

Please sign in to comment.