Skip to content

Commit 27a6016

Browse files
authored
Merge pull request #311 from hingston/dependabot/github_actions/actions/checkout-7.0.1
Bump actions/checkout from 6.0.2 to 7.0.1
2 parents 1a5f028 + d9966a4 commit 27a6016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
python-version: ["3.13"]
1010
steps:
11-
- uses: actions/checkout@v6.0.2
11+
- uses: actions/checkout@v7.0.1
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v7
1414
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
python-version: ["3.13"]
1010
lint-type: [black, flake8]
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v7.0.1
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v7
1515
with:

0 commit comments

Comments
 (0)