Skip to content

Commit 41fe8f9

Browse files
authored
build(deps): bump actions/checkout from 6 to 7
build(deps): bump actions/checkout from 6 to 7
2 parents addb5c8 + 859fcf9 commit 41fe8f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version: '3.11'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)