Skip to content

Commit 163f1d3

Browse files
Merge pull request #131 from r1chardj0n3s/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents eef1729 + 3ec6df5 commit 163f1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ["3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- name: "Set up Python"
3232
uses: actions/setup-python@v4
3333
with:

0 commit comments

Comments
 (0)