Skip to content

Commit 6fd2b4a

Browse files
authored
Merge pull request #42 from zodb/dependabot/github_actions/github-actions-640176b5ab
Bump actions/checkout from 6 to 7 in the github-actions group
2 parents cd71c10 + 2f0bc6e commit 6fd2b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python-version: pypy-3.11
9898
steps:
9999
- name: checkout
100-
uses: actions/checkout@v6
100+
uses: actions/checkout@v7
101101

102102
- name: Set up Python ${{ matrix.python-version }}
103103
uses: actions/setup-python@v6
@@ -194,7 +194,7 @@ jobs:
194194
name: ${{ matrix.image }}
195195
steps:
196196
- name: checkout
197-
uses: actions/checkout@v6
197+
uses: actions/checkout@v7
198198
- name: Set up Python ${{ matrix.python-version }}
199199
uses: actions/setup-python@v6
200200
with:

0 commit comments

Comments
 (0)