Update GitHub Actions to use checkout and setup-python actions version 7

This commit is contained in:
HarithaVattikuti 2026-07-15 13:38:12 -05:00
parent f8cf4291c8
commit 471663421d
10 changed files with 134 additions and 134 deletions

View file

@ -29,7 +29,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run with setup-python 3.10.11
if: matrix.operating-system != 'windows-11-arm'