Skip to content

Commit 3e2b052

Browse files
authored
Merge pull request #90 from derb12/dependabot/github_actions/actions/checkout-7.0.1
MAINT: Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 8672a30 + d6341b7 commit 3e2b052

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-test-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ['3.13']
4040

4141
steps:
42-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343

4444
- name: Set up Python ${{ matrix.python-version }}
4545
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

.github/workflows/python-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
4040

4141
steps:
42-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
# fetch-depth: '0' is needed to fetch tags for hatch-vcs (and thus setuptools-scm)
4444
# to generate the version correctly; only really needed for jobs that would build and
4545
# upload to pypi, so ignore it since fetching the entire git history can take much longer
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ['3.9']
8181

8282
steps:
83-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
83+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8484

8585
- name: Set up Python ${{ matrix.python-version }}
8686
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
@@ -112,7 +112,7 @@ jobs:
112112
python-version: ['3.13']
113113

114114
steps:
115-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
115+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
116116

117117
- name: Set up Python ${{ matrix.python-version }}
118118
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

0 commit comments

Comments
 (0)