Skip to content

Commit

Permalink
Merge pull request #43 from nnsnodnb/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3
  • Loading branch information
dependabot[bot] committed Sep 12, 2022
2 parents b9cd65b + d7f38bf commit 4d8013a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4d8013a

Please sign in to comment.