Skip to content

Commit 94e42df

Browse files
authored
Merge pull request data-apis#113 from data-apis/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents fae63d2 + 7d4fae5 commit 94e42df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
environment:
99
name: docs-build-and-deploy
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
- name: Install Dependencies
1414
run: |

0 commit comments

Comments
 (0)