Skip to content

Commit 75bd62b

Browse files
Merge pull request #34 from IBM/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 72f8b46 + 6d0c39f commit 75bd62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Clone repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v4
2525
with:

0 commit comments

Comments
 (0)