From d1a184e480e6f3932a3ee7b250d5582d284d46ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Mon, 3 Feb 2025 22:42:51 +0300 Subject: [PATCH] Update actions/checkout versions in README (#148) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be10067..d37fcad 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest name: Build Doxygen documentation and deploy steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: awalsh128/cache-apt-pkgs-action@latest with: packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen @@ -82,7 +82,7 @@ jobs: install_doxygen_deps: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: awalsh128/cache-apt-pkgs-action@latest with: packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen