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 877b5f1 commit cc7ff6cCopy full SHA for cc7ff6c
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@v5
37
- name: Set up Python ${{ matrix.python-version }}
38
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
39
with:
40
python-version: ${{ matrix.python-version }}
41
- name: Pre-commit Checks
.github/workflows/supply-chain.yml
@@ -42,7 +42,7 @@ jobs:
42
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
43
ref: main
44
45
46
47
48
- name: Review dependencies
0 commit comments