Skip to content

Commit db6e015

Browse files
authored
Merge pull request #302 from hingston/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.1 to 4.2.2
2 parents a3cf1b6 + b9cd880 commit db6e015

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

0 commit comments

Comments
 (0)