Skip to content

Commit

Permalink
Merge pull request japandotorg#2 from japandotorg/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-3

[meta]: Bump actions/checkout from 1 to 3
  • Loading branch information
japandotorg authored May 18, 2022
2 parents 624c1c1 + dc933ad commit e259bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Style Reformatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python_version: "3.8"
Expand All @@ -32,7 +32,7 @@ jobs:
name: Lint Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ env.ref }}
- uses: actions/setup-python@v2
Expand Down

0 comments on commit e259bfd

Please sign in to comment.