Skip to content

Commit b4c7421

Browse files
chore(deps): update actions/checkout action to v7 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0b3b05 commit b4c7421

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2121
with:
2222
fetch-depth: 0 # hatch-vcs needs tags
2323
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
@@ -34,7 +34,7 @@ jobs:
3434
types:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
37+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3838
with:
3939
fetch-depth: 0
4040
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
python-version: ["3.11", "3.12", "3.13", "3.14"]
5252
steps:
53-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
53+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5454
with:
5555
fetch-depth: 0
5656
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
@@ -68,7 +68,7 @@ jobs:
6868
# keeps the artifacts so a human can eyeball what the printer would burn.
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
71+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7272
with:
7373
fetch-depth: 0
7474
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616
with:
1717
fetch-depth: 0 # hatch-vcs derives the version from the tag
1818
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write
2121
id-token: write
2222
steps:
23-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
with:
2525
persist-credentials: false
2626
- uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0

0 commit comments

Comments
 (0)