From 7c82bcb737d74ace83a7e221e309865a0c48a071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:16:39 -0500 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#46) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f75008..529ecaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout Example.jl - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: julia-actions/Example.jl @@ -49,7 +49,7 @@ jobs: shell: bash - name: Checkout julia-buildpkg - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ./.github/actions/julia-buildpkg