Skip to content

Commit bc3ae24

Browse files
authored
Merge pull request #53 from derb12/dependabot/github_actions/actions/setup-python-6.1.0
MAINT: Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents c3ea33a + 5d492fb commit bc3ae24

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
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343

4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
45+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848

.github/workflows/python-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#fetch-depth: '0'
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
51+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8484

8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
86+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989

@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
116116

117117
- name: Set up Python ${{ matrix.python-version }}
118-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
118+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
119119
with:
120120
python-version: ${{ matrix.python-version }}
121121

0 commit comments

Comments
 (0)