Skip to content

Commit 44515ef

Browse files
Bump actions/checkout from 6 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23bda92 commit 44515ef

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)