Skip to content

Commit 031756e

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

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
persist-credentials: false
2525

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
persist-credentials: false
2323
- name: Set up Python

.github/workflows/real-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
GITHUB_APP_ID: ${{ secrets.TEST_GITHUB_APP_ID }}
1919
GITHUB_APP_PRIVATE_KEY: ${{ secrets.TEST_GITHUB_APP_PRIVATE_KEY }}
2020
steps:
21-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
persist-credentials: false
2424
- uses: ./.github/actions/uvbuild

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
os: windows-latest
3232

3333
steps:
34-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
with:
3636
persist-credentials: false
3737
- uses: ./.github/actions/uvbuild
@@ -45,7 +45,7 @@ jobs:
4545
test-build-install:
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949
with:
5050
persist-credentials: false
5151
- name: Set up Python
@@ -69,7 +69,7 @@ jobs:
6969
ruff-lint:
7070
runs-on: ubuntu-24.04
7171
steps:
72-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
72+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7373
with:
7474
persist-credentials: false
7575
- uses: ./.github/actions/uvbuild
@@ -79,7 +79,7 @@ jobs:
7979
ruff-format:
8080
runs-on: ubuntu-24.04
8181
steps:
82-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
82+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8383
with:
8484
persist-credentials: false
8585
- uses: ./.github/actions/uvbuild
@@ -88,7 +88,7 @@ jobs:
8888
ty:
8989
runs-on: ubuntu-24.04
9090
steps:
91-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
91+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292
with:
9393
persist-credentials: false
9494
- uses: ./.github/actions/uvbuild
@@ -99,7 +99,7 @@ jobs:
9999
reuse:
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
102+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
103103
with:
104104
persist-credentials: false
105105
- name: Check REUSE Compliance

0 commit comments

Comments
 (0)