Skip to content

Commit 675c521

Browse files
authored
Merge pull request #31 from open-contracting-extensions/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1b5f68b + e12927f commit 675c521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v4
1212
with:
1313
python-version: 3.8

0 commit comments

Comments
 (0)