Skip to content

Commit 2f39790

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1 (#1478)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06417dd commit 2f39790

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-generated-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "20"
1616

1717
steps:
18-
- uses: actions/checkout@v7.0.0
18+
- uses: actions/checkout@v7.0.1
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Node.js ${{ matrix.node-version }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v7.0.0
15+
- uses: actions/checkout@v7.0.1
1616
- name: Set up Python 3.12
1717
uses: actions/setup-python@v7.0.0
1818
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.14"
2121

2222
steps:
23-
- uses: actions/checkout@v7.0.0
23+
- uses: actions/checkout@v7.0.1
2424
with:
2525
fetch-depth: 2
2626
- name: Set up Python ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
4444
needs: build
4545
steps:
4646
- name: Check out the repository
47-
uses: actions/checkout@v7.0.0
47+
uses: actions/checkout@v7.0.1
4848
with:
4949
fetch-depth: 2
5050
- name: Download all coverage data

0 commit comments

Comments
 (0)