Skip to content

Commit

Permalink
Merge pull request #202 from rubocop/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
koic authored Dec 3, 2022
2 parents 1bb18b7 + c1c363f commit 0c34fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 0c34fed

Please sign in to comment.