Skip to content

Commit edc6d3d

Browse files
authored
Merge branch 'main' into dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5
2 parents 36557b9 + dc7b296 commit edc6d3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# temporary (rate limiting, network issue, etc.), and we always want to retry those links
9999
# everytime this action is run.
100100
- name: Restore lychee cache
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: .lycheecache
104104
key: cache-lychee-${{ github.sha }}

.github/workflows/title-formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Format PR Title from Labels
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
script: |
2121
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)