Skip to content

Commit

Permalink
Update CI actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 20, 2024
1 parent 9cc1f3c commit 36a166c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
Expand All @@ -37,8 +37,8 @@ jobs:
files.pythonhosted.org:443
github.com:443
pypi.org:443
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: "Install dependencies"
Expand All @@ -49,4 +49,4 @@ jobs:
python -Im pip install --upgrade nox
python -Im nox --version
- name: "Run CI suite with nox"
run: "python -Im nox --non-interactive --python ${{ matrix.python-version }}"
run: "python -Im nox --non-interactive --error-on-external-run --python ${{ matrix.python-version }}"

0 comments on commit 36a166c

Please sign in to comment.