Skip to content

Commit 7fe5988

Browse files
authored
Merge pull request #204 from lokalise/dependabot/github_actions/master/actions/checkout-7.0.1
Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 9397c4b + 7524089 commit 7fe5988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2222
steps:
23-
- uses: actions/checkout@v7.0.0
23+
- uses: actions/checkout@v7.0.1
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)