Skip to content

Commit

Permalink
Update workflow steps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Nov 20, 2023
1 parent 951bd67 commit b8ca9a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.config[1] }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config[0] }}
# for caching, see
# for caching, see
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
cache: 'pip'
cache-dependency-path: |
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
environment:
name: github-release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: create release
uses: elgohr/Github-Release-Action@v4
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Minor changes:
- Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper
- Added more instrumentation to fuzz-harness
- Rename "contributor" to "collaborator" in documentation
- Update GitHub Actions steps versions

Breaking changes:

Expand Down

0 comments on commit b8ca9a7

Please sign in to comment.