Skip to content

Commit

Permalink
Merge pull request #56 from sudlab/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…f11d651ef5
  • Loading branch information
ns-rse authored Nov 20, 2024
2 parents 96ab9da + 5efdc0b commit aefd47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v1.0.2
with:
# You can target a repository in a different organization
# to the issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
pytest --cov=isoslam --cov-report=xml --mpl -x
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

- name: Setup tmate session
if: ${{ failure() }}
Expand Down

0 comments on commit aefd47d

Please sign in to comment.