Skip to content

Commit 44c2498

Browse files
authored
Merge pull request #29 from scientific-python/dependabot/github_actions/dot-github/workflows/actions-0563b434fb
Bump the actions group in /.github/workflows with 2 updates
2 parents 53e1b8b + f0cb21b commit 44c2498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
- name: Set up Python
22-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2323
with:
2424
python-version: '3.11'
2525
- name: Install dependencies
@@ -29,7 +29,7 @@ jobs:
2929
flake8 *.py --count
3030
pytest --cov=./ --cov-report=xml
3131
- name: Upload coverage to codecov
32-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
32+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
3333
with:
3434
files: ./coverage.xml
3535
verbose: true

0 commit comments

Comments
 (0)