Skip to content

Commit

Permalink
Merge pull request #4 from open-contracting-extensions/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
jpmckinney authored Sep 5, 2023
2 parents 55d7270 + ddd400c commit 87d6ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down

0 comments on commit 87d6ba5

Please sign in to comment.