Skip to content

Commit

Permalink
Merge pull request #14 from nigelhorne/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
nigelhorne authored Feb 5, 2024
2 parents e79c1c3 + 726b7ec commit 0ff4949
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@main
with:
submodules: recursive
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- run: perl -V
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 0ff4949

Please sign in to comment.