Skip to content

Commit c9149df

Browse files
authored
Merge pull request #9 from dogtopus/dependabot/github_actions/actions/checkout-7
2 parents 720dd36 + 45ed006 commit c9149df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
persist-credentials: false
2626

@@ -38,7 +38,7 @@ jobs:
3838
name: Build source distribution
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242

4343
- name: Build sdist
4444
run: pipx run build --sdist

0 commit comments

Comments
 (0)