Skip to content

Commit 0a1b2d9

Browse files
Bump actions/checkout from 5 to 6 (#683)
1 parent afde7ec commit 0a1b2d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# os: macos-latest
3939
# arch: x64
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- uses: julia-actions/setup-julia@v2
4343
with:
4444
version: ${{ matrix.version }}

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- {user: timholy, repo: SnoopCompile.jl}
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: ${{ matrix.julia-version }}
@@ -29,7 +29,7 @@ jobs:
2929
run: 'using Pkg; Pkg.develop(path=joinpath(pwd(), "TypedSyntax"))'
3030
- uses: julia-actions/julia-buildpkg@latest
3131
- name: Clone Downstream
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3535
path: downstream

.github/workflows/TypedSyntaxCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- x64
2424
- x86
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)