Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cicd-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
name: 'python-artifacts'
path: 'dist'
- name: 'Upload packages to PYPI'
uses: 'pypa/gh-action-pypi-publish@v1.12.4'
uses: 'pypa/gh-action-pypi-publish@v1.13.0'
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Setup Python'
uses: 'actions/setup-python@v5'
uses: 'actions/setup-python@v6'
with:
python-version: '3.12'
- name: 'Install ciscoconfparse2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issue-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
stale:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/stale@v9'
- uses: 'actions/stale@v10'
with:
close-issue-message: >
Due to inactivity, CiscoConfParse's maintainers are closing this
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- {name: 'Minimum Versions', python: '3.11', os: 'ubuntu-latest', tox: 'py311'}
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-python@v5'
- uses: 'actions/setup-python@v6'
with:
python-version: '${{ matrix.python }}'
- name: 'Display Python version'
Expand Down