Skip to content

Commit b5bcf6d

Browse files
committed
Update more places in the config.
1 parent 696fb80 commit b5bcf6d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25+
with:
26+
persist-credentials: false
2527
- uses: actions/setup-python@v5
2628
with:
2729
python-version: 3.x

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33
[meta]
44
template = "pure-python"
5-
commit-id = "55111d56"
5+
commit-id = "696fb808"
66

77
[python]
88
with-windows = false

src/zope/meta/c-code/tests-cache.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: checkout
22
uses: actions/checkout@v4
3+
with:
4+
persist-credentials: false
35
- name: Set up Python ${{ matrix.python-version }}
46
uses: actions/setup-python@v5
57
with:

src/zope/meta/default/pre-commit.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
persist-credentials: false
2325
- uses: actions/setup-python@v5
2426
with:
2527
python-version: 3.x

0 commit comments

Comments
 (0)