Skip to content

Commit 755dfb2

Browse files
authored
Merge pull request #800 from jazzband/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e0c234f + 0a62f93 commit 755dfb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: '3.13'
5454

5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757

5858
- name: Set up Python ${{ matrix.python-version }}
5959
uses: actions/setup-python@v6
@@ -111,7 +111,7 @@ jobs:
111111
- 'mypy'
112112

113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115

116116
- name: Set up Python
117117
uses: actions/setup-python@v6
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-latest
151151

152152
steps:
153-
- uses: actions/checkout@v5
153+
- uses: actions/checkout@v6
154154
with:
155155
fetch-depth: 0
156156

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)