Skip to content

Commit 3ef43d9

Browse files
authored
Merge pull request #91 from data-apis/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 29d948b + b565cba commit 3ef43d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
continue-on-error: true
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- name: Install Python
1010
uses: actions/setup-python@v4
1111
with:

0 commit comments

Comments
 (0)