Skip to content

Commit 5018dd4

Browse files
authored
Update lock files action2 (#2098)
* Rename file to match their example * Multiple failures on v5 probably in relation to Upcoming change to GitHub App installation token format at https://github.blog/changelog/2026-05-15-github-app-installation-tokens-per-request-override-header * Main organization allowing v6.
1 parent afac2e9 commit 5018dd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
schedule:
55
- cron: '0 0 * * *'
66
workflow_dispatch:
7-
7+
88
permissions:
99
issues: write
1010
pull-requests: write
1111
discussions: write
1212

1313
concurrency:
1414
group: lock-threads
15-
15+
1616
jobs:
1717
action:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: dessant/lock-threads@v5
20+
- uses: dessant/lock-threads@v6
2121
with:
2222
github-token: ${{ github.token }}
2323
issue-inactive-days: '1'

0 commit comments

Comments
 (0)