Skip to content

Commit

Permalink
Merge pull request #177 from sandialabs/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-dependencies-a6b320aa98

chore(deps): Bump the github-actions-dependencies group with 2 updates
  • Loading branch information
jmgate authored Mar 4, 2025
2 parents a5ad43f + d8d3e4c commit 491bbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
run: python3 -m pip install .

- name: Test with pytest
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
timeout_minutes: 10
max_attempts: 3
command: python3 -m pytest --verbose --cov=shell_logger test/

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 491bbf7

Please sign in to comment.