Skip to content

Commit 25672f2

Browse files
Update actions/checkout action to v7
1 parent 0c229e7 commit 25672f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: macos-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111

1212
- name: Set up Python
1313
uses: actions/setup-python@v6

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- "3.13"
1818
- "3.14"
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- name: Set up Python ${{ matrix.python }}
2323
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)