Skip to content

Commit a148308

Browse files
authored
Merge pull request #31 from kit-data-manager/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6.0.2
2 parents ebbfcf6 + daf2bd6 commit a148308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v6
2424
with:

0 commit comments

Comments
 (0)