Skip to content

Commit d74ef70

Browse files
authored
Merge pull request #25 from scientific-python/dependabot/github_actions/actions-7a5a078ad4
Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group
2 parents 4f9ad3f + 5fd94bd commit d74ef70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
changelog-check:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
- run: mv changes/pyproject.toml pyproject.toml
2222
- name: Run changelog check
2323
uses: ./

0 commit comments

Comments
 (0)