Merge pull request #12 from nikdoof/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
2023-03-12 06:57:51 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide@0.17.0