Skip to content

Commit b4846f9

Browse files
committed
Bump Python and Action versions in new workflow
This reproduces the effects from PRs 180 and 181. References: * #180 * #181 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent c00cfac commit b4846f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/supply-chain.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
strategy:
2929
matrix:
3030
python-version:
31-
- '3.9'
32-
- '3.13'
31+
- '3.10'
32+
- '3.14'
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v7
3636
with:
3737
# This enables supply chain review against only a selected
3838
# branch. For those using the "Git-Flow" style of branching,
@@ -42,7 +42,7 @@ jobs:
4242
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
4343
ref: develop
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v7
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Review dependencies

0 commit comments

Comments
 (0)