We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d25fc6 commit 96e2145Copy full SHA for 96e2145
README.md
@@ -34,15 +34,15 @@ jobs:
34
if: github.base_ref == github.event.repository.default_branch
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
38
with:
39
version: '1'
40
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-invalidations@v1
43
id: invs_pr
44
45
46
47
ref: ${{ github.event.repository.default_branch }}
48
0 commit comments