Skip to content

Commit 24d4441

Browse files
committed
Use actions/checkout@v4
1 parent 7a82037 commit 24d4441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- /var/tmp:/var/tmp
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
- name: Set up pyenv and Python
2929
uses: "gabrielfalcao/pyenv-action@v14"
3030
with:
@@ -77,7 +77,7 @@ jobs:
7777
- /var/tmp:/var/tmp
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v2
80+
uses: actions/checkout@v4
8181
- name: Set up pyenv and Python
8282
uses: "gabrielfalcao/pyenv-action@v14"
8383
with:

0 commit comments

Comments
 (0)