From 08dd5724596f6ccfc9661ac4b1442583cd475a46 Mon Sep 17 00:00:00 2001 From: Mehmet Hakan Satman Date: Thu, 26 Sep 2024 11:04:44 +0300 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 310e3d0..6b8cbd9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: version: '1.9'