Skip to content

Commit 430dcdd

Browse files
authored
Merge pull request #3075 from benoitc/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ab9c830 + 7d69222 commit 430dcdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
toxenv: [lint, docs-lint, pycodestyle]
1313
python-version: [ "3.10" ]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Using Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
1313
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8" ]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Using Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:

0 commit comments

Comments
 (0)