From 0be0b7e5a8b8dcac323e7cf85954faa958e41617 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 2 Mar 2023 17:34:39 -0800 Subject: [PATCH] Update Github checkout action Resolves node.js V12 deprecation warning. --- .github/workflows/ci-docker.yml | 2 +- .github/workflows/ci-tests.yml | 2 +- .github/workflows/mac-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 707f08e485..5562df53ac 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -7,7 +7,7 @@ jobs: name: Arch Linux (via Docker) CI steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test Action uses: ./util/ci/actions/archlinux-test - uses: actions/upload-artifact@v2 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c8f36515a3..e9f2f4412a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -9,7 +9,7 @@ jobs: TZ: America/Los_Angeles steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - run: sudo apt-get update - name: Install additional dependencies run: sudo apt-get install -y gettext cmake libxslt-dev xsltproc ninja-build libboost-all-dev libgtk-3-dev guile-2.2-dev libgwengui-gtk3-dev libaqbanking-dev libofx-dev libdbi-dev libdbd-sqlite3 libwebkit2gtk-4.0-dev googletest diff --git a/.github/workflows/mac-tests.yaml b/.github/workflows/mac-tests.yaml index 069d97e272..6816a1ff71 100644 --- a/.github/workflows/mac-tests.yaml +++ b/.github/workflows/mac-tests.yaml @@ -9,7 +9,7 @@ jobs: TZ: America/Los_Angeles steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - run: | echo "PATH=$PATH:$HOME/gnucash/inst/bin" >> $GITHUB_ENV echo "PREFIX=$HOME/gnucash/inst" >> $GITHUB_ENV