Skip to content

Commit 1da74ad

Browse files
authored
Merge pull request #91 from siliconcompiler/dependabot/github_actions/actions-3db17593e5
Bump the actions group with 2 updates
2 parents 973e739 + 973e98f commit 1da74ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt-get install graphviz
3535
3636
- name: Set up Python ${{ matrix.version.python }}
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.version.python }}
4040
allow-prereleases: true

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: dist
102102
merge-multiple: true
103103

104-
- uses: pypa/gh-action-pypi-publish@v1.12.4
104+
- uses: pypa/gh-action-pypi-publish@v1.13.0
105105

106106
- name: Add wheels to GitHub release artifacts
107107
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)