Skip to content

Commit cf8ec50

Browse files
author
Bruno Oliveira
authored
Merge pull request #130 from ESSS/dependabot/github_actions/github-actions-9acc4a9e36
Bump the github-actions group with 2 updates
2 parents 0df6dbc + c3b4cdc commit cf8ec50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest]
2222

2323
steps:
24-
- uses: actions/checkout@v4.2.1
24+
- uses: actions/checkout@v4.2.2
2525
- name: Set up Python
2626
uses: actions/setup-python@v5.2.0
2727
with:
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
tox -e py
3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v4.0.1
37+
uses: codecov/codecov-action@v4.6.0
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
fail_ci_if_error: true
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949

5050
steps:
51-
- uses: actions/checkout@v4.2.1
51+
- uses: actions/checkout@v4.2.2
5252
- name: Set up Python
5353
uses: actions/setup-python@v5.2.0
5454
with:
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777

7878
steps:
79-
- uses: actions/checkout@v4.2.1
79+
- uses: actions/checkout@v4.2.2
8080
with:
8181
# Disabling shallow clone is recommended for improving relevancy of reporting
8282
fetch-depth: 0

0 commit comments

Comments
 (0)