From 307af165f25deb86b45f491e20e247042c487b22 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Sun, 28 Jan 2024 13:18:39 +0900 Subject: [PATCH] update `actions/checkout@v2` to `actions/checkout@v4` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f3172..21a5dd1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: julia-arch: x86 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.julia-version }}