Skip to content

Commit 357eb78

Browse files
authored
Merge pull request #981 from rubocop/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 8f0677d + 0ce502b commit 357eb78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/spell_checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v6
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)