Skip to content

Commit 19c49b3

Browse files
authored
Merge pull request #307 from hingston/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 5.0.0 to 6.0.1
2 parents 2c6f45e + 24fe969 commit 19c49b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)