Skip to content

Commit e429102

Browse files
authored
Merge pull request #1225 from akrherz/dependabot/github_actions/github-actions-5bb021c6cc
Bump the github-actions group with 2 updates
2 parents 8204276 + f4c138e commit e429102

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
2222
steps:
2323

24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
with:
2626
# Fetch tags for setuptools_scm version detection
2727
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Code coverage
8989
if: ${{ matrix.PYTHON_VERSION == '3.14' }}
90-
uses: codecov/codecov-action@v6
90+
uses: codecov/codecov-action@v7
9191
with:
9292
files: coverage.xml
9393

0 commit comments

Comments
 (0)