Skip to content

Commit 5b165b0

Browse files
committed
CI: upgrade actions/checkout
1 parent 0fc8dcd commit 5b165b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up Python 3.7 🐍
1919
uses: actions/setup-python@v1
@@ -33,7 +33,7 @@ jobs:
3333
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737
with:
3838
path: python-libvmi
3939

0 commit comments

Comments
 (0)