Skip to content

Commit

Permalink
Merge pull request #284 from hingston/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.0.2

Bump actions/checkout from 2.4.0 to 3.0.2
  • Loading branch information
hingston authored Jun 25, 2022
2 parents 246cdae + 63a38b3 commit 4a7dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
python-version: ["3.10"]
lint-type: [black, flake8]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4a7dcc3

Please sign in to comment.