We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13bb53 commit 335b38dCopy full SHA for 335b38d
.github/dependabot.yml
@@ -5,3 +5,7 @@ updates:
5
open-pull-requests-limit: 0
6
schedule:
7
interval: "quarterly"
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: quarterly
.github/workflows/build_and_test.yml
@@ -75,4 +75,4 @@ jobs:
75
name: artifact
76
path: dist
77
- name: Publish package distributions to PyPI
78
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
0 commit comments