From 7afbb76c55d3356efbca603adcad97b34c6bff10 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Mon, 4 Sep 2023 11:23:09 -0500 Subject: [PATCH] update workflow to newer version for node compatibility --- .github/workflows/fetch_zotero.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_zotero.yml b/.github/workflows/fetch_zotero.yml index cc98bff8..26dc24af 100644 --- a/.github/workflows/fetch_zotero.yml +++ b/.github/workflows/fetch_zotero.yml @@ -37,7 +37,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Runs wget to interact with Zotero API - name: Fetch publication list from Zotero API