Skip to content

Commit d4b77d6

Browse files
committed
GHA checkout v5
1 parent a35ad01 commit d4b77d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- { user: fonsp, repo: Pluto.jl }
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: julia-actions/setup-julia@v2
3232
with:
3333
version: ${{ matrix.julia-version }}
3434
arch: x64
3535
- uses: julia-actions/julia-buildpkg@v1
3636
- name: Clone Downstream
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4040
path: downstream

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
# Makes the `julia` command available
3535
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)