From 57a42087c2d1d625fedc910ac27328054bf73367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:42:31 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 4 (#74) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scrape-rml-convert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scrape-rml-convert.yml b/.github/workflows/scrape-rml-convert.yml index f8dc3e24..c61c495f 100644 --- a/.github/workflows/scrape-rml-convert.yml +++ b/.github/workflows/scrape-rml-convert.yml @@ -23,7 +23,7 @@ jobs: CONVERT_ALL: true steps: # Checks-out your repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Converts YARRRML rules to RDF uses: RMLio/rml-action@v1.0.0