Skip to content

Commit a85a2a7

Browse files
authored
Merge pull request #97 from timkpaine/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ccdbf12 + c68bcb4 commit a85a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: [16.x]
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)