We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c15bd60 + 68359bc commit 0542993Copy full SHA for 0542993
2 files changed
.github/workflows/check_changelogs.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13
14
- name: Install uv
15
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
.github/workflows/codspeed.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Run benchmarks
18
runs-on: codspeed-macro
19
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
with:
22
fetch-depth: 0 # grab all branches and tags
23
- name: Set up Python
0 commit comments