Skip to content

Commit 7e5083d

Browse files
Update actions/checkout action to v5
1 parent 0b06b8e commit 7e5083d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: Checkout pyjnius
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Setup Python (Ubuntu x86_64, macOS Intel, Windows x86_64)
4040
uses: actions/setup-python@v5
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: 'ubuntu-latest'
8080
steps:
8181
- name: Checkout pyjnius
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383

8484
- name: Setup Python
8585
uses: actions/setup-python@v5
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126

127127
- name: Checkout pyjnius
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v5
129129

130130
- uses: actions/download-artifact@v4
131131
with:

0 commit comments

Comments
 (0)