We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279c567 + 44515ef commit c638455Copy full SHA for c638455
2 files changed
.github/workflows/pytests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
23
steps:
24
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v6.0.2
25
- name: Set up Python
26
uses: actions/setup-python@v6
27
with:
.github/workflows/web_scrape_dynamic_csv_files.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest #ubuntu-20.04 # specifically calls the version number instead of latest to work on 'act'
11
12
13
14
15
16
0 commit comments