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 d083a95 commit 48d1750Copy full SHA for 48d1750
.github/workflows/CompatHelper.yml
@@ -9,7 +9,7 @@ jobs:
9
CompatHelper:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Get Julia compatibility
14
id: julia_compat
15
# NOTE: this requires a Julia compat lower-bound with minor version!
.github/workflows/Format.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.pull_request.draft == false
17
18
- name: Check out repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
ref: ${{github.event.pull_request.head.ref}}
22
repository: ${{github.event.pull_request.head.repo.full_name}}
0 commit comments