We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe1e55d + 424dde5 commit 00bde73Copy full SHA for 00bde73
.github/workflows/Invalidations.yml
@@ -19,12 +19,12 @@ jobs:
19
- uses: julia-actions/setup-julia@v1
20
with:
21
version: '1'
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- uses: julia-actions/julia-buildpkg@v1
24
- uses: julia-actions/julia-invalidations@v1
25
id: invs_pr
26
27
28
29
ref: ${{ github.event.repository.default_branch }}
30
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
arch:
- x64
steps:
31
version: ${{ matrix.version }}
0 commit comments