Skip to content

Commit 2c6f45e

Browse files
authored
Merge pull request #303 from hingston/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 00f39f0 + 1cf61a7 commit 2c6f45e

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@v4.2.2
11+
- uses: actions/checkout@v5.0.0
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v6
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@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313
- name: Set up Python ${{ matrix.python-version }}
1414
uses: actions/setup-python@v6
1515
with:

0 commit comments

Comments
 (0)