Skip to content

Commit

Permalink
test: update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 10, 2022
1 parent 6c5f2c6 commit cd9a89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nitpick/resources/python/github-workflow.toml
Expand Up @@ -22,7 +22,7 @@ PYTHONUNBUFFERED = 1

[[".github/workflows/python.yaml".jobs.build.steps]]
name = "Checkout"
uses = "actions/checkout@v2"
uses = "actions/checkout@v3"

[[".github/workflows/python.yaml".jobs.build.steps]]
name = "Set up Python ${{ matrix.python-version }}"
Expand Down
Expand Up @@ -22,7 +22,7 @@ jobs:
PYTHONUNBUFFERED: 1
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cd9a89d

Please sign in to comment.