From 5699dc6ecc1cb9d5997251363e122d1b739e4edc Mon Sep 17 00:00:00 2001 From: Aymen Jaber <134618465+AymenEEE@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:59:09 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 847c8ad..6aea0c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ jobs: github-pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/cache@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: