We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25f543 + 4c2c7c9 commit 469e586Copy full SHA for 469e586
2 files changed
.github/workflows/add-issue-to-project.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Add issue to project
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/add-to-project@v1.0.2
+ - uses: actions/add-to-project@v2.0.0
14
with:
15
# You can target a repository in a different organization
16
# to the issue
.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
coverage xml
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
54
55
- name: Setup tmate session
56
if: ${{ failure() }}
0 commit comments