Skip to content

Commit a5d7d99

Browse files
authored
Merge pull request #439 from nanotaboada/dependabot/github_actions/actions/checkout-6.0.1
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
2 parents 4b4eedc + ba43227 commit a5d7d99

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6.0.0
20+
uses: actions/checkout@v6.0.1
2121

2222
- name: Lint commit messages
2323
uses: wagoid/commitlint-github-action@v6.2.1
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v6.0.0
49+
uses: actions/checkout@v6.0.1
5050

5151
- name: Set up Python
5252
uses: actions/setup-python@v6.1.0
@@ -84,7 +84,7 @@ jobs:
8484
service: [codecov, codacy]
8585
steps:
8686
- name: Checkout repository
87-
uses: actions/checkout@v6.0.0
87+
uses: actions/checkout@v6.0.1
8888

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

117117
steps:
118118
- name: Checkout repository
119-
uses: actions/checkout@v6.0.0
119+
uses: actions/checkout@v6.0.1
120120

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

0 commit comments

Comments
 (0)