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 ac0bcff commit 669abd6Copy full SHA for 669abd6
.github/workflows/CI.yml
@@ -23,7 +23,7 @@ jobs:
23
arch:
24
- x64
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- uses: julia-actions/setup-julia@v1
28
with:
29
version: ${{ matrix.version }}
.github/workflows/Invalidations.yml
@@ -19,12 +19,12 @@ jobs:
19
20
21
version: '1'
22
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-invalidations@v1
id: invs_pr
ref: ${{ github.event.repository.default_branch }}
30
0 commit comments