Skip to content

Commit cf885e7

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `Vampire/setup-wsl` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](Vampire/setup-wsl@887f39d...d1da7f2) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...57e3a13) --- updated-dependencies: - dependency-name: Vampire/setup-wsl dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d0250c commit cf885e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# guest).
9898
- name: Set up WSL (Windows)
9999
if: matrix.os == 'windows-latest'
100-
uses: Vampire/setup-wsl@887f39deb6c0976365e546926fe66f41b77d65ff # v6.1.0
100+
uses: Vampire/setup-wsl@d1da7f2c0322a5ee4f24975344f67fc0f5baf364 # v7.0.0
101101
with:
102102
distribution: Ubuntu-24.04
103103
additional-packages: |
@@ -220,7 +220,7 @@ jobs:
220220
pytest --cov=spicepy --cov-report=xml --cov-report=term-missing --ignore=tests/test_main.py tests/
221221
- name: Upload coverage to Codecov
222222
if: matrix.python-version == '3.12'
223-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v4.5.0
223+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v4.5.0
224224
with:
225225
files: ./coverage.xml
226226
fail_ci_if_error: false

0 commit comments

Comments
 (0)