Skip to content

Commit 547fa5e

Browse files
authored
Merge pull request #18 from LPC-HH/dependabot/github_actions/actions-0407d74fc7
Bump the actions group across 1 directory with 2 updates
2 parents d387915 + 9510ea8 commit 547fa5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
3838

@@ -50,6 +50,6 @@ jobs:
5050
--durations=20
5151
5252
- name: Upload coverage report
53-
uses: codecov/codecov-action@v5.4.3
53+
uses: codecov/codecov-action@v5.5.0
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)