Skip to content

Commit c571624

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/all-dependencies-cf66b389de
2 parents 882c81a + 6853eed commit c571624

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 2
6060
# SHA-pinned (v3.0.2) — third-party action running on every PR; pin to an
6161
# immutable commit so a compromised tag can't inject code into CI.
62-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
62+
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
6363
if: github.event_name != 'workflow_dispatch'
6464
id: filter
6565
with:

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
issues: write
1414
steps:
15-
- uses: actions/stale@v10
15+
- uses: actions/stale@v11
1616
with:
1717
only-labels: 'issue needs work'
1818
days-before-issue-stale: 3

0 commit comments

Comments
 (0)