We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2a017 commit 39e1628Copy full SHA for 39e1628
.github/workflows/create.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
36
- name: Checkout pyjnius
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
39
- name: Setup Python (Ubuntu x86_64, macOS Intel, Windows x86_64)
40
uses: actions/setup-python@v6
@@ -79,7 +79,7 @@ jobs:
79
runs-on: 'ubuntu-latest'
80
81
82
83
84
- name: Setup Python
85
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
- uses: actions/download-artifact@v4
136
with:
0 commit comments