Skip to content

Commit 28d6845

Browse files
Bump actions/checkout from 2 to 4 (#162)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cad4d82 commit 28d6845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- {user: BioJulia, repo: Automa.jl, group: TranscodingStreams}
2828
- {user: BioJulia, repo: FASTX.jl, group: TranscodingStreams}
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
- uses: julia-actions/setup-julia@v1
3232
with:
3333
version: ${{ matrix.julia-version }}
3434
arch: x64
3535
- uses: julia-actions/julia-buildpkg@latest
3636
- name: Clone Downstream
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
with:
3939
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4040
path: downstream

0 commit comments

Comments
 (0)