Skip to content

Commit

Permalink
Merge pull request #130 from ESSS/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-9acc4a9e36

Bump the github-actions group with 2 updates
  • Loading branch information
nicoddemus authored Oct 24, 2024
2 parents 0df6dbc + c3b4cdc commit cf8ec50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
tox -e py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand All @@ -48,7 +48,7 @@ jobs:
needs: build

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down

0 comments on commit cf8ec50

Please sign in to comment.