Skip to content

Commit 96e2145

Browse files
authored
README.md: update actions used by example action file
1 parent 8d25fc6 commit 96e2145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
if: github.base_ref == github.event.repository.default_branch
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: julia-actions/setup-julia@v1
37+
- uses: julia-actions/setup-julia@v2
3838
with:
3939
version: '1'
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-invalidations@v1
4343
id: invs_pr
4444

45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
ref: ${{ github.event.repository.default_branch }}
4848
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)