Skip to content

Commit c638455

Browse files
authored
Merge pull request #7 from unaschneck/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6 to 6.0.2
2 parents 279c567 + 44515ef commit c638455

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v6.0.2
2525
- name: Set up Python
2626
uses: actions/setup-python@v6
2727
with:

.github/workflows/web_scrape_dynamic_csv_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest #ubuntu-20.04 # specifically calls the version number instead of latest to work on 'act'
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v6.0.2
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:

0 commit comments

Comments
 (0)