Skip to content

Commit 5bbcd70

Browse files
authored
Merge pull request #69 from CCI-MOC/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0ec94a5 + b1156e2 commit 5bbcd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)