Skip to content

Commit

Permalink
Update more places in the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 29, 2025
1 parent 696fb80 commit b5bcf6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "55111d56"
commit-id = "696fb808"

[python]
with-windows = false
Expand Down
2 changes: 2 additions & 0 deletions src/zope/meta/c-code/tests-cache.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions src/zope/meta/default/pre-commit.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit b5bcf6d

Please sign in to comment.