From 72a9b1666d63af69aacf79ebddb2dc4ebde588a8 Mon Sep 17 00:00:00 2001 From: Vincent Rabah Date: Mon, 26 Aug 2024 12:24:08 +0200 Subject: [PATCH] Update action to newer --- .github/workflows/pandoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index c3d045b..5c510e0 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -4,9 +4,9 @@ on: push jobs: convert_via_pandoc: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: create file list id: files_list