From 14ec1f1c920283a5fa49a899f95b81a5fa89ec67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:28:03 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/generate-gif.yml | 2 +- .github/workflows/issue-as-diagram.yml | 2 +- .github/workflows/render-md-mermaid.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-gif.yml b/.github/workflows/generate-gif.yml index 1c06f46..8a78a92 100644 --- a/.github/workflows/generate-gif.yml +++ b/.github/workflows/generate-gif.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install ImageMagick run: sudo apt-get install imagemagick diff --git a/.github/workflows/issue-as-diagram.yml b/.github/workflows/issue-as-diagram.yml index 0ffe6f9..e00e47a 100644 --- a/.github/workflows/issue-as-diagram.yml +++ b/.github/workflows/issue-as-diagram.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Create new branch id: create-branch diff --git a/.github/workflows/render-md-mermaid.yml b/.github/workflows/render-md-mermaid.yml index b6c0aea..0ccf8f7 100644 --- a/.github/workflows/render-md-mermaid.yml +++ b/.github/workflows/render-md-mermaid.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Render images for every Mermaid diagram in all Markdown files (*.md) in the repo uses: nielsvaneck/render-md-mermaid@v2