Skip to content

Commit a025c42

Browse files
authored
Merge pull request #323 from publiccodeyml/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 401959c + 427b09f commit a025c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- uses: actions/setup-python@v6
1515
with:
1616
python-version-file: "pyproject.toml"

0 commit comments

Comments
 (0)