Skip to content

Commit 920da3b

Browse files
authored
Merge pull request #404 from nanotaboada/dependabot/github_actions/actions/checkout-5.0.0
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0
2 parents 37139de + 0344a14 commit 920da3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424

2525
- name: Lint commit messages
2626
uses: wagoid/commitlint-github-action@v6.2.1
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4.2.2
52+
uses: actions/checkout@v5.0.0
5353

5454
- name: Set up Python ${{ env.PYTHON_VERSION }}
5555
uses: actions/setup-python@v5.6.0
@@ -84,7 +84,7 @@ jobs:
8484
service: [codecov, codacy]
8585
steps:
8686
- name: Checkout repository
87-
uses: actions/checkout@v4.2.2
87+
uses: actions/checkout@v5.0.0
8888

8989
- name: Download coverage report artifact
9090
uses: actions/download-artifact@v5.0.0
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout repository
119-
uses: actions/checkout@v4.2.2
119+
uses: actions/checkout@v5.0.0
120120

121121
- name: Log in to GitHub Container Registry
122122
uses: docker/login-action@v3.5.0

0 commit comments

Comments
 (0)