We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023db27 commit 2a27441Copy full SHA for 2a27441
.github/workflows/releasing.yml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 10
17
steps:
18
- name: Checkout 🛎️
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Set up Python 🐍
21
uses: actions/setup-python@v5
22
with:
.github/workflows/testing.yml
@@ -25,7 +25,7 @@ jobs:
25
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
26
27
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Set up Python ${{ matrix.python-version }}
30
31
0 commit comments