Skip to content

Commit 469e586

Browse files
authored
Merge pull request #1353 from AFM-SPM/dependabot/github_actions/actions-782f3afbee
chore(deps): bump the actions group across 1 directory with 2 updates
2 parents c25f543 + 4c2c7c9 commit 469e586

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/add-issue-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1.0.2
13+
- uses: actions/add-to-project@v2.0.0
1414
with:
1515
# You can target a repository in a different organization
1616
# to the issue

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
coverage xml
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454

5555
- name: Setup tmate session
5656
if: ${{ failure() }}

0 commit comments

Comments
 (0)