Skip to content

Commit 883aa47

Browse files
authored
Merge pull request #431 from nanotaboada/dependabot/github_actions/actions/checkout-6.0.0
chore(deps): bump actions/checkout from 5.0.0 to 6.0.0
2 parents 07a59f8 + aff4ddd commit 883aa47

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@v5.0.0
23+
uses: actions/checkout@v6.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@v5.0.0
52+
uses: actions/checkout@v6.0.0
5353

5454
- name: Set up Python ${{ env.PYTHON_VERSION }}
5555
uses: actions/setup-python@v6.0.0
@@ -87,7 +87,7 @@ jobs:
8787
service: [codecov, codacy]
8888
steps:
8989
- name: Checkout repository
90-
uses: actions/checkout@v5.0.0
90+
uses: actions/checkout@v6.0.0
9191

9292
- name: Download coverage report artifact
9393
uses: actions/download-artifact@v6.0.0
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v5.0.0
122+
uses: actions/checkout@v6.0.0
123123

124124
- name: Log in to GitHub Container Registry
125125
uses: docker/login-action@v3.6.0

0 commit comments

Comments
 (0)